Computer Assignment: HTML Tags

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Computer Assignment: HTML tags

<HTML>
<body>
<center> TABLE OF CONTENTS</center>
<ol>
<li> <p><u><b>Unit 1 :HTML basics</li></b></u></p>
<ol> <li> Chapter 1: Quick HTML Know-How</li>
<ul><li>section 1</li>
<li>
<li>

section 2 </li>
section 3 </li></ul>

<BR><li>Chapter 2: HTML Power Techniques</li>


<ul><li> section 1</li>
<li>section 2</li>
<li>section 3 </li></ul>
<BR><li>Chapter 3: HTML Structural Design Techniques</li>
<ul><li>section 1</li>
<li>section 2</li>
<li>section 3</li>
</ul> </ol>
<BR><li><b><u>Unit 2 :java script </li></u></b>
<ol><BR> <li>Chapter 4: What is Javascript</li>
<ul><li>section 1</li>
<li>section 2</li>
<li>section 3</li>
</ul>
<BR><li>Chapter 5 :Using Images with Javascript</li>
<ul> <li>section 1</li>
<li>section 2</li>

<li>section 3</li>
</ul>
</ol>
</ol>
</body>
</html>

Done by: Alaa Khader (12GB)

You might also like