You are on page 1of 2

Date-

Practical-6

1814333

Aim: To create seven item ordered list using Roman numerals after the fifth item increased the
next list value by five.
Objective: To create a list document using different HTML tags.
Theory: HTML is hypertext markup language. It is not k- sensitive. It is composed of tags. In
this practical we used <ol> tag.
<Ol> tag- It is used to create a ordered list.
Result:
Input: <html>
<head><title>Books</title></head>
<body> <p align= 'center'><b><u><font color="Red" size=10> Books </b>
</u> <font color="blue" size=3>
<ol type="i">
<li>I Too Had a Love story</li>
<li>Can Love happen Twice?</li>
<li>Imporatnce of Attitude In our Life</li>
<li>Three Mistakes Of my Life</li>
<li>Private India</li>
</ol>
<ol type="i" start=10>
<li>Fire on the Mountain</li>
<li>Trying to Grow</li>
</ol>
</body>
</html>
Output:-

Date-

Practical-6

Conclusion:- We have studied the HTML tags used in this practical.

1814333

You might also like