the web workshop

feetSteps to Success

  1. Open Notepad and add the following HTML:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
      <head>
        <title>My first CSS work </title>
      </head>

      <body>
       <h1>Styles</h1>
        <p>This is a paragraph<br /> with a break </p>
      </body>
    </html>
  2. Save as css.html in your steps folder which should be inside your webworkshop.

This workshop is brought to you by jdwwebdesign.com

Please feel free to contact us with any comments and/or concerns about this workshop