0
Hey guys am stuck plz which tag adds a page name that will show in the title bar of the user's internet browser
3 Respuestas
+ 1
title tag
<head>
<title> Title here </title>
</head>
0
<head>
<title>Put the title here</title>
</head>
0
tanks guys