HTML Heading Tag With Align Attribute Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center><h2> Heading Tag With Align Attribute Example </h2></center>
<h3 align="left"> Heading Left Align Example </h3>
<h3 align="center"> Heading Center Align Example </h3>
<h3 align="right"> Heading Right Align Example </h3>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center><h2> Heading Tag With Align Attribute Example </h2></center>
<h3 align="left"> Heading Left Align Example </h3>
<h3 align="center"> Heading Center Align Example </h3>
<h3 align="right"> Heading Right Align Example </h3>
</body>
</html>
No comments:
Post a Comment