Identify changes in natural language of document text
This example achieves the standard 5.1 Identify changes in natural language of document text
Web page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-nz">
<head>
<title>Page title</title>
</head>
<body>
<p><a href="#content">Skip to content</a></p>
<hr />
<div id="header">
<h1>Org name</h1>
</div>
<div id="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>
<div id="content">
<h1>Page Title</h1>
<p>As we walked along the track my companion asked, "<span lang="mi">He aha te tae o tēnei?</span>"
"Red", I replied.</p>
</div>
</body>
</html>