- 2
During page creation which tag adds a page name that will show in the title bar of users internet browser?
This question must ask in SoloLearn that absolutely right answer is :- title https://code.sololearn.com/c37D0t2H7sNQ/?ref=app
6 Respostas
- 3
Title
+ 2
<title> I think
But put it in the <head>
+ 1
Absolutely right
+ 1
During page creation, which tag adds a page name that will show in the title bar of the user's Internet browser?
<title>
on <head>
for exemple
<!DOCTYPE html>
<html>
<head>
<title>My title on browser</title>
</head>
<body>
<div>my div</div>
</div>
</body>
</html>
0
hello fellow chum
0
title