Search This Blog

HTML Title Tag Example

HTML Title Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> This is title Tag Example < title > </h2>
<p>
look at the browser tab </br>
< title > used for specifying the title of the html document.
</p>
</body>
</html>
OUTPUT
HTML title Tag Example

No comments:

Post a Comment