Search This Blog

HTML DL Tag Example

HTML DL Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> DL Tag Example </h2>

<dl>
<dt> HTML </dt>
<dd> This stands for Hyper Text Markup Language </dd>
<dt> CSS </dt>
<dd> This stands for Cascading Style Sheets </dd>
<dt> JS </dt>
<dd> This stands for JavaScript </dd>
</dl>

<p> DL means Definition List </p>
</body>
</html>
OUTPUT
HTML DL Tag Example

No comments:

Post a Comment