Search This Blog

HTML Style Attribute With Text-Align Property Example

HTML Style Attribute With Text-Align Property Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2 style="text-align:center"> Style Attribute With Text-Align Property Example </h2>
<p style="text-align:center"> here we use text-align property with style attribute </p>

</body>
</html>
OUTPUT

No comments:

Post a Comment