+ 2
How to add tittle for post in html
HTML
11 Respuestas
+ 11
Andrew Johnson thanks for letting me know. The reason I referred to the <h1> tag is because he mentioned title for a post, of he had said page, perhaps I wouldn't have mentioned that.
You could also let me know how to rephrase my answer so I don't confuse others 😊
+ 9
I believe you mean a title people can see, if yes, simply use <h1>Title here</h1> or any other heading tag.
If you mean the title of the page, that shows up in the browser tab, then use <title>Page title</title>
+ 5
Well take your time Kagiso. Not everyone became a genius overnight.
+ 2
Look i have don't really understand coding but i am learning 🙏🙏🙏
+ 1
Inside <head> tag add <title> tag, like:
<head>
<title> My Web Page </title>
</head>
+ 1
Ey guys i am working Smart n i dedicate my life to IT
+ 1
For title:
<head>
<title> add your title </title>
</head>
And for heading:
<body>
<h1> add a heading </h1>
</body>
+ 1
<title>,,,,,,,,,,,</title>
0
Same here, i just started like few days ago, im learning HTML :) Good luck!
0
Should be simple...a title tag <title> doesnt have any other atrribute except from title
0
Chee-Oma, what you said is correct, but next time try to use better words. I got confused with what we were talking about. It is a heading when using <h1> and a title when using <title>. Im sure you know this but for those who are less experienced, as myself, it would be less confusing to use the terms used in soloLearn