217k views
0 votes
In the example code what does the title attribute create

User Ayanamist
by
5.4k points

1 Answer

5 votes

Answer:

The title attribute is used to provide the heading to the web page.

Step-by-step explanation:

The title attributes provide the heading to a web page. It is part of the head tag together with meta tag.

<head>

<title>About Science</title>

</head>

We can get precise of a web page through the title itself. It can explain what exactly the content inside a web page. The title is good enough to give you the complete picture of the content within that page together with meta keywords. Also, it explains how that web page is going to be indexed.

User Drexsien
by
5.3k points