ads

Sunday, 7 February 2016

List in HTML



LIST 

List:- list is used to provide two level information.List is described by using <li>keyword.

1.Definition Term<DT>           2.Definition Data <DD>

1.Definition Term<DT>:-Heading of  description are mentioned which show about the detail.

2.Definition Data <DD>:-All the details of term are explained.

<html>

<head>glossary</head>

<body>

<dl>

<dt>Templates</dt>

<dd>A template determine the basic structure for a document and continous document.</dd>

<dt>Wizard</dt>

<dd>A feature that ask question and create items.</dd>

</dl>

</body>

</html> 

Output:-

List have a three types. these are written below:

1.Ordered list<ol>

2.Unordered list<ul>

3.Defination list<dl>

 


 


 


No comments:

Post a Comment