Examples, continued
In other tags
We can specify a change in a part of a document.
French word in an English language document for example:
<p>I am sending you a copy of my
<span lang="fr"
xml:lang="fr">résumé.</span></p>
or
<span xml:lang="fr">
French sentence, comprising a paragraph:
<p lang="fr"
xml:lang="fr">Je vous envoie mon résumé.</p>
or
<p xml:lang="fr">
British-English pronunciation in a quotation:
<p>Today in the House of Commons, the Prime Minister conveyed some more of his wisdom to the nation when he stood to say:</p>
<blockquote lang="en-gb" xml:lang="en-gb">
<p>Hey diddle, diddle
<br />The cat and the fiddle,
<br />The cow jumped over the moon.</p>
<p>The little dog laughed
<br />To see such a sport
<br />And the dish ran away with the spoon.</p>
</blockquote>
or
<blockquote xml:lang="en-gb">
Etc.