Copy the following code and paste it to notepad and save as .html file
<html>
<head>
<title>unordred list examples</title>
</head>
<body background="a.jpg" text="white">
<h1><font color=olive>unordered list items</h1><hr></font>
<ol type="1" starts="1">
<li>item1 </li>
<li>item2</li>
<li>item3</li>
</ol>
Defination list <hr>
<dl>
<dt> HTML </dt>
<dd> <font color=#ooffff>HTML is a markup language</dd></font>
<dl>
Entertainment <hr>
<DT>ONLINE</dt>
<DD><font color=#ooffff>This site contains the entertainment stuffs like online games tv and radios.
so enjoy!!!!!
so enjoy!!!!!
</dd></font>
</body>
</html>
- The picture should be in the same folder where you save your document
- for better result save a jpg image named a in the same folder
No comments:
Post a Comment