+ 1
Which tag adds a page name, that will be shown in the title bar of the user's internet browser??
No description
4 odpowiedzi
+ 6
<head>
<title> Page title </title>
</head>
+ 3
The <title> tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab.
+ 3
Thank you
0
<title>