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

<!--
    by:
    last modified:

    you can run this using the URL:

-->

<HEAD>
    <title> CS 328 - HW 2 - Problem 2 </title>
    <meta charset="utf-8" />

    <link href="https://nrs-projects.humboldt.edu/~st10/styles/normalize.css"
          type="text/css" rel="stylesheet" />
</head>

<Body>

<h2> CS 328 - Homework 2 - Problem 2 - HTML Style Play </h2>

A few resources on HTML, CSS, and more

<ul>
<li> <a href=https://developer.mozilla.org/en-US/docs/Web/HTML/Element>
     MDN HTML Elements Reference </a>
<li> <A href='https://htmldog.com/'> HTML Dog </a> - HTML, 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
      HTML, CSS, JavaScript, and more
<li> <a href="https://codepen.io/"> CodePen: Online Code Editor </A>
</ul>

<HR>
    <p>
        Validate by pasting .xhtml copy's URL into<br />
        <a href="https://validator.w3.org/nu">
            https://validator.w3.org/nu
        </a>
	or 
        <a href="https://html5.validator.nu/">
            https://html5.validator.nu/
        </a>    
</Body>
</HTML>