Monday 30 May 2016

Create a web page which shows all attributes of
tags with its description with use of definition list.

<html>
<title>Using of HR & Defination List Tags</title>
<body>
<hr width="100%" size="10" color="red" >
<dl>
<dt>HTML</dt>
<dd>Hyper-Text markup Language is a markup language in which we can make Web Application or a webpages</dd></dl>
<hr width="100%" size="10" color="gray" >
<dl>
<dt>KCL</dt>
<dd>Current entering in the junction is eqaul to the current leaving the junction</dd>
</dl>
<marquee bgcolor="green" scrollamount="15" behavior="alternate"><font color="Black" size="7" face="Vardena"><i><u><b><i>List tags and Definition tag</i></b></u></i></marquee></font>
<center><label><font size="7" color="red">List and Definition</font></label></center>
<hr size="2" width="500" color="gray"> </hr>
<h1> Ordered List</h1>
<ol type="1">
<li>Orange</li>
<li>Apple</li>
<li>banana</li>
</ol>
<ol type="i">
<li>Watermelon</li>
<li>Grapes</li>
<li>Pear</li>
</ol>
<ol type="A">
<li>Muskmelon</li>
<li>Grapefruit</li>
</ol>
<h1>Unordered List</h1>
<ul type="disc">
<li>Apple</li>
<ol type="square">
<li>Green Apple</li>
<li>Red Apple</li>
</ol>
<li>Orange</li>
<li>Grapefruit</li>
</ul>
</body>
</html>


Bharat

Author & Editor

A mint of creativity Design, Development, Marketing.Crafting visually stunning memorable experiences for web and interfaces.Design solutions for any media, are web designer

0 comments:

Post a Comment