title gets shown on page instead top bar browser?
Page 1 of 1
title gets shown on page instead top bar browser?
Hello,I just started to learn HTML.
I got this little irritating problem.
My tittle gets shown on the page instead of on the top bar of browser.
I tried both lines :
<html>
<head>
<title>For Example</title>
</head>
</html>
and
<html>
<title>For Example</title>
<head>
</head>
</html>
Anyone know what I'm doing wrong?
Thank you.
Re: title gets shown on page instead top bar browser?
Hey CubeSqaure,Yea I got it typed out like that in the file.
Sorry, for missing the body out in the example.
Still the problem keeps existing.
Greets.
Re: title gets shown on page instead top bar browser?
Hey CubeSqaure,Thank you, it all works fine now.
I have no idea how come cus I did exactly the same yesterday.
Anyway, I can go on learning, cheers!
Page 1 of 1