Saturday, January 9, 2016

HTML code for website- background image and lot more

HTML5 code for background image and others

Copy the following code and paste it to notepad and save as .html file

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>








NOTE




  1. The picture should be in the same folder where you save your document
  2. for better result save a jpg image named a in the same folder

No comments:

Post a Comment