Hi
If I had frame on the left side of the screen, what would that frame be known as in html? i.e. top
Printable View
Hi
If I had frame on the left side of the screen, what would that frame be known as in html? i.e. top
anything you want. left, nav, myleft.... etc. why name it top when it is to the left? ;)
Like he said, it depends what you name it.Here, it would be called navbar.Code:<frame src="nav.html" name="navbar">