Wednesday, January 21, 2015

HTML Tutorial- 3- Center Tag

Source Code:

<html>
<head><title>Today Title is Center Tag</title></head>
<body>
<p>My First Paragarph start form here.</p>
<center><p>My Second Paragraph start from here due to center tag.</p></center>
</body>
</html>

Result:


No comments:

Post a Comment