Search This Blog

HTML Head Tag Example

HTML Head Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
</br>
<h2> Head Example </h2>
< head > tag represents the document header and < head >
content < link >, < script >, < style >, < meta >, < title > Tags.
</center>
</body>
</html>
OUTPUT
HTML Head Tag Example

No comments:

Post a Comment