Write a HTML program to demonstrate the use of <DD><DT><DL> tag.
Code : dd-dt-dl.html
<html>
<head>
<title>example ofDD DT&DL tag</title>
</head>
<body>
<dl>
<dt>html <dd>hyper textmark up language which are used to develop the web-site.</dd></dt></dl><dl>
<dt>z-scale <dd> a railroad modeling scale of 1:220. the smallest mass produced commercial model scale.</dd></dt>
</dl>
</body>
</html>
No comments:
Post a Comment