0
Why the text inside <title> in html is not shown in output?
I need an explanation with a sample programming
2 Réponses
+ 1
As you might already know the <title> was placed in the <head> instead of <body>. Web browsers render the title at the title bar while the body is what really contains the content/presentation of your website.
0
what's the difference between <title> and <head>