Search This Blog

HTML Heading Tag With Align Attribute Example

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 Heading Tag With Align Attribute Example

No comments:

Post a Comment