dimitrijjedich / html-tutorial

0 stars 0 forks source link

page-title #17

Closed dimitrijjedich closed 11 months ago

dimitrijjedich commented 11 months ago

Every web page should have a page title to describe the meaning of the page. The <title> element adds a title to your page. The title is then shown in the browser's title bar.

The title should describe the content and the meaning of the page.

The page title is very important for search engine optimization (SEO). The text is used by search engine algorithms to decide the order when listing pages in search results.

The <title> element: