Exercise: indicate a change in language
Open the 'aboutjoe.php' tutorial file and look for the following text,
In his recent one-man show, it was commented that his fine art photographs have a certain je ne sais quoi. (line 95):
Modify the text to indicate the change in language:
In his recent one-man show, it was commented that his fine art photographs have a certain <span lang="fr">je ne sais quoi</span>.
If using XHTML1 or XHTML 1.1
If you're using XHTML 1.0 (Transitional or Strict), change your <html> tag to this:
<span lang="fr" xml:lang="fr">je ne sais quoi</span>
If you are using XHTML 1.1, use:
<span xml:lang="fr">je ne sais quoi</span>
