<!DOCTYPE html>
<html  xmlns="http://www.w3.org/1999/xhtml">

<!-- note: this template was last modified 2016-02-04.
     (added link to a copy of version 3.0.3 of normalize.css)
     It is especially possible that it may be updated.
     (feel free to remove this comment when using
     this template! 8-) )
-->

<!--
    by: 
    last modified:
-->

<head>  
    <title> put page title here </title>
    <meta charset="utf-8" />

    <!-- to play it safe, I linked to a copy of normalize.css I *know*
         exists, in my directory; you may of course change this to 
         your local copy -->

    <link href="http://users.humboldt.edu/smtuttle/styles/normalize.css" 
          type="text/css" rel="stylesheet" />
</head> 

<body> 

    <hr />   

    <p>
        <a href="http://validator.w3.org/check/referer">
        Validate this HTML5 page
        </a>
    </p>

    <p>
        For full credit, this page must also pass the tests at
        <a href="http://validator.nu/">
        http://validator.nu/</a>:
        (instructions modified from
        http://stackoverflow.com/questions/16596493/html5-doctype-with-strict)
    </p>
    <ul>
         <li> switch to "text field" in the select box at the
              top left of the form (make sure JavaScript is
              enabled...!) </li>
         <li> paste in the text of your document </li>
         <li> in the Preset field, select: <br />
              "XHTML5 with SVG 1.1 + MathML 3.0 + RDFa Lite 1.1" </li>
         <li> click validate </li>
    </ul>

    <p>
        <a href=
           "http://jigsaw.w3.org/css-validator/check/referer?profile=css3">
            <img src="http://jigsaw.w3.org/css-validator/images/vcss" 
                 alt="Valid CSS3!" height="31" width="88" />
        </a>
    </p>

</body> 
</html>