HTML title tag
<title> tag defines the title or name of the document. It is usually placed in the <head> tag.
<head><title>Introduction to The Accounting</title></head>
</>
It must be used only once in the head tag. The title can be seen in the tab bar.
Tag Uses
Specific uses of <title> tagThe title of the page is very important to be read by other machines such as boots, engines.
Tag omission
Both starting and ending tags are necessary for the <title> element.
Global Attributes
All the global attributes are applicable on the <title> element.
Next Previous
Was this article helpful?