Search This Blog

HTML Horizontal Line With Size Attribute Example

HTML Horizontal Line Tag With Size Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Horizontal Line Tag With Size Attribute Example </h2>
<hr color="red" size="10" />
<p> Horizontal line tag we can put a line to any webpage</p>
</center>
</body>
</html>

OUTPUT
HTML Horizontal Line With Size Attribute Example

No comments:

Post a Comment