Lab test 1 Creative Web Design (CDM 222) - QUIESTION 3

<html>

<head><u><b>Creative web design</b></u></head>

<title>Question 3</title>

<body>



<ol>
  <li>Chapter 1 (introduction)</li>
          <ul>
              <li>style</li>

          <ol def:a>

              <li><b>bold</b></li>

              <li><i>itallic</i></li>

              <li><u>underline</u></li>

<ul>
    <li>formating</li>
</ul>
       </ol>


         </ul>

<p>

  <li>Chapter 2 (dreamwaever)</li>
           <ul>
                <li>worksarea</li>
                <li>page properties</li>
           </ul>


<p>


  <li>Chapter 3 (basic element of web page)</li>

            <ul>
                <li>text</li>
                <li>image</li>
                <li>sound</li>
                <li>hyperlink</li>
           </ul>



</ol>








</body>

</html>