Search This Blog

HTML UL Tag Example

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

<ul>
<li> item A </li>
<li> item B </li>
<li> item C </li>
</ul>

<p> UL means Unordered List </p>
</body>
</html>
OUTPUT

No comments:

Post a Comment