5.7 Provide metadata to pages and sites
This example achieves the standard 5.7 Provide metadata to pages and sites.
<!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>
<meta name="description" content="Page description" />
<meta name="keywords" content="key, words, for, page" />
</head>
<body>
</body>
</html>