Search This Blog

HTML Center Tag Example

HTML Center Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Center Tag Example </h2>
<p> from centre tag we can put any content in the middle or center of any webpage</p>
</center>
</body>
</html>

OUTPUT
HTML Center Tag Example

No comments:

Post a Comment