I have an English language website, but one page in particular will have 2 or 3 paragraphs of Welsh text in addition to the English text on the same page.
What would be the correct way to mark these Welsh paragraphs up? Is it sufficient to just stick the text in <p> tags, or should the language change be flagged up explicitly in some other way?
The only reference to language I have in the code at the moment is in the header...
Is there anything I should add to this, or is there something I should put inline in the <p> tags (e.g. lang="CY" or something similar?)Code:<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB">
Thanks.








Bookmarks