- 2
In which section of HTML document do we enter place text to be displayed on title bar?
Actually I m confused with its ans as <Head> tag or <title> tag. Please help....
5 ответов
+ 1
Hi bro I will help you . you want write title element in head section example
<HTML>
<head>
<title> my webpage title </title>
</head>
<body>
</body>
</HTML>
This basis structure of web document I hope understand u anything else replay me@Vinay.s
+ 1
Hi brother you want display title bar on your webpage please use(see on below) this HTML Element _
<title> This my webpage title </title>
I hope you understand anything else replay me@Vinay.s :-)
+ 1
OK happy coding brother anything else please replay me@Vinay.s
0
well thats i also know #vinay S, but the que is in which section of html document......and i m confused with <head> tag or <title> tag
- 3
yes thanx, so according to u its ans should be <head> right. and thank u for code but i did'nt want it.