Site icon Tutorial

Title Element

Title Element

It specifies title for the web page which is given in it. It is required in every HTML and XHTML document. It can only have text and no other elements. Only one title element is permitted in a document. It is a child of the <head> element and used for following purposes

Hence a title for every page should be specified and it should be written in accordance to the content on the web page describing the content of page. For example

<head>

<title>This is a web page </title>

</head>

Exit mobile version