HTML Techniques-08
2.2 Identifying
the primary language
Checkpoints in this section:
- 4.3 Identify the primary natural language of a document.
[Priority 3]
It is also good practice to identify the primary language of a document,
either with markup (as shown below) or through HTTP headers.
Example.
<HTML lang="fr"> ....rest of an HTML document written in French... </HTML>
End example.
3 Text markup
The following sections discuss ways to add structure to pieces of text.