Search This Blog

HTML Header Tag Example

HTML Header Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Header Tag Example </h2>

<header> Page Heading </header>
<p> Page Content here..... </p>

<center>
</body>
</html>
OUTPUT

No comments:

Post a Comment