<!DOCTYPE html> <HTML xmlns="http://www.w3.org/1999/xhtml"> <HEAD> <title> CS 328 - Homework 3 - Problem 4 - HTML5 Warmup </title> <meta charset="utf-8" /> </head> <Body> <h2> CS 328 - Homework 3 - Problem 4 - HTML5 Warmup </h2> A few resources on HTML, CSS, and more <ul> <li> <a href=http://www.w3.org/community/webed/wiki/HTML/Elements> W3C HTML5 Elements Reference </a> <li> <A href='http://htmldog.com/'> HTML Dog </a> - HTML5, along with CSS and JavaScript, Tutorials and References <li> <a HREF= 'https://developer.mozilla.org/en-US/'> Mozilla Development Network </a> - a very well-respected repository of web development information, including references and more for HTML5, CSS3, JavaScript, and more <li> <a href="http://w3fools.com"> W3Fools - Better Web Education for All </A> </ul> <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> </Body> </HTML>