HTML B OOT C AMP Chapter 11 Frames Kirkwood Continuing Education © Copyright 2015, Fred McClurg All Rights Reserved
and Tag Description: Defines a browser page into multiple independent window frames. <frame src="one.html" noresize="noresize"> Unable to view frame. 2 Chapter 11 > Frameset and Frame
Naming Tag <frame src="cover.html" name="content”> Unable to view frame. 3 Chapter 11 > Link to Frame
Linking via “target” Description: The tag links a window frame via the “target” attribute. Example: <a href="chapter01.html" target="content"> Chapter 1 4 Chapter 11 > Link to Frame