Question about html code.
I recently started to learn html and put together a little site just to see what cold be done and how to do it - http://users.pandora.be/Ice9
The way I did it is I have an index.htm page (mandatory) which includes two frames - menu_bar.html and main.html.
On the main.html frame I have put a <HEAD></HEAD> section but not on the menu_bar.
Now I ran the site through a site checker to see what kind of errors I could get and it tells me that <HEAD></HEAD> is missing on the menu_bar.
It actually gives me spelling mistakes as well - e.g. I can't put Linux in there, I would have to use Linus or Linum
Do I have to put it there as well? I mean there's already a <HEAD></HEAD>
on the main frame, is there any point to add one on the menu side as well?
The way I did it is I have an index.htm page (mandatory) which includes two frames - menu_bar.html and main.html.
On the main.html frame I have put a <HEAD></HEAD> section but not on the menu_bar.
Now I ran the site through a site checker to see what kind of errors I could get and it tells me that <HEAD></HEAD> is missing on the menu_bar.
It actually gives me spelling mistakes as well - e.g. I can't put Linux in there, I would have to use Linus or Linum
Do I have to put it there as well? I mean there's already a <HEAD></HEAD>
on the main frame, is there any point to add one on the menu side as well?