You are on page 1of 2

HTML

basic tags, list types


1. Create "Hello word!" web page. Check its correctness using HTML validator.
2. Check the meaning of the following tags:
<b>
<i>
<u>
<tt>
<sup>
<sub>
<big>
<small>
<font>
<h1> do <h6>
<hr>
<br>
3. Prepare following lists (ordered, unordered, definition):
1) first point
2) second point
3) third point
----------------------------------- first point
second point
third point
-----------------------------------term 1
explanation of term 1
term 2
explanation of term 2
term 3
explanation of term 3
-----------------------------------b) first point
c) second point
d) third point
----------------------------------- first point
second point
o first subpoint
o second subpoint
o third subpoint
third point

-----------------------------------1. x
c. x
d. x
x
x
x
e. x
f. x
x
x
x
g. x
2. x
3. x
------------------------------------

x
o x
o x

x
x

I.x
II.x
III.x
a) x
2) x

x
o x
I.x
II.x

3) x
b) x

You might also like