Skip navigation.

6.4 Use HTML to help indicate useful information

Examples

<html lang="en">
  ...
  <p>How do you say hello in French?</p>
  <p>You say
  <span lang="fr">Bonjour</span></p>
  <p>And in German?</p>
  <p lang="de">Guten tag </p>

...<acronym title="World Wide Web">
  WWW</acronym>