The document between these tags shows some information about the html document such as document title. The most important is the <title> tag, which is placed between <head> and </head> tags. The title of the document is placed between <title> and </title> tags, which is displayed by browser at the top of the browser window. Syntax:
<head>
<title>
---------
</title>
</head>
No comments:
Post a Comment