COOP Class

by Jon Barnes

HTML

<!DOCTYPE html>
<html>

  <head>
    <title>The BEST WEBSITE EVER MADE</title>

  </head>

  <body>
    <!-- content here -->
    HELLO CLASS
    This is just a test.

    <H1>
      <u>
      
    
    </u>
    </H1>



    <H2>
      Secondary Heading
    </H2>



    <H3>
      tertiary Heading headings go from h1 to h3.
    </H3>-->


    <p>This is a paragraph</p>




    <div id="text">
      <strong></strong>
      <s></s>
      <u></u>
      <blockquote></blockquote>
    </div>

    <ol>
      <li>Item 1</li>
      <li>Item 2</li>
    </ol>



    <div>

      <img src="https://ih0.redbubble.net/image.174366815.8482/flat,800x800,075,f.u1.jpg" alt="poop" width="200" height="200" />

    </div>

    <div>
      Good Bye class
    </div>
  </body>

</html>

CSS

body {
   background-color: #FFFFFF;
   /*background-image: url("https://ih0.redbubble.net/image.174366815.8482/flat,800x800,075,f.u1.jpg");*/
 }

 /*
p {
  text-align: center;
}
*/

 /*
#text {
  margin-top: 20px;
  width: 400px;
  margin-left: auto ;
  margin-right: auto ;
}
*/