• How to Fix:

    • 1. <title> tag

      • Each HTML document in a frame should have a <title> tag within the <head> tag

      • Example:

<head>
<title>Navigation Bar</title>

</head>

    • 2. Attributes “name” and “title” for <frame> tag

      • Example:

<frame name=“NavigationBar” title=“Navigation Bar” src=“frame1.htm”>