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