Search This Blog

HTML Paragraph Tag With Align Attribute Example

HTML Paragraph Tag With Align Attribute Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Paragraph Tag With Align Attribute Example </h2>
<p align="left"> Here we can write paragraph </p>
<p align="center"> Here we can write paragraph </p>
<p align="right"> Here we can write paragraph </p>
</body>
</html>
OUTPUT
HTML Paragraph Tag With Align Attribute Example

No comments:

Post a Comment