Horje

Full Example of HTML Page Title

Just copy and paste following title tag code between <head> .... </head> <title>HTML Tutorial</title>
index.html
Example: HTML
 <!DOCTYPE html>
<html>
<head>
  <title>HTML Tutorial</title>
</head>
<body>

The content of the document......

</body>
</html> 

Output should be:

Full Example of HTML Page Title




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Page Title
Uploaded by:
Admin