Text and Images from Slide
(i) Frame titles (continued)
- How to Fix:
- 1. <title> tag
- Each HTML document in a frame should have a <title> tag within the <head> tag
- Example:
- <head> <br /><title>Navigation Bar</title>
- </head>
- 2. Attributes "name" and "title" for <frame> tag
- Example:
- <frame name="NavigationBar" title="Navigation Bar" src="frame1.htm">