Definition List is used to create a paragraph of definition into a web page like a paper we are creating several type of definition of define many kind of topics by providing their Title and Description.
The Defintion List(DL) help a programmer to give same functionality like as a definition on paper...
Example:-
<html>
<body>
<DL>
<DT>WWW</DT>
<DD>The term WWW refers to the World Wide Web or
simply the Web. The World Wide Web consists of all
the public Web sites connected to the Internet
worldwide, including the client devices (such as
computers and cell phones) that access Web
content.
The WWW is just one of many applications of the
Internet and computer networks.<DD>
</DL>
</body>
</html>
The Defintion List(DL) help a programmer to give same functionality like as a definition on paper...
Example:-
<html>
<body>
<DL>
<DT>WWW</DT>
<DD>The term WWW refers to the World Wide Web or
simply the Web. The World Wide Web consists of all
the public Web sites connected to the Internet
worldwide, including the client devices (such as
computers and cell phones) that access Web
content.
The WWW is just one of many applications of the
Internet and computer networks.<DD>
</DL>
</body>
</html>
{ 0 comments... read them below or add one }
Post a Comment