Why is the title of an HTML document written as a 'title' element and not as a 'meta' element?

51 views Asked by At

In a HTML document all meta information inside the head element is written as an attribute value of an element, e.g. the meta elements.

Why is the title value for the HTML document not written the same way, but placed as the content of the title element instead?

0

There are 0 answers