[an error occurred while processing this directive]
Here a few more attribute to change the looks of your frameset.
frameset Attribute
Want to eliminate the border between the frames? Use frameborder="0" in
the opening frameset tag.
frame Attributes
By default, you may resize a frame by grabbing its border with the cursor and dragging
it open or closed. To prevent this, add noresize as an attribute inside the
frame tag.
A frame will automatically add scroll bars when needed by default. To always show the scroll
bars, use scrolling="yes". To never show scroll bars, use
scrolling="no" inside the frame tag.
Browsers add a default margin around the edge of each frame. To modify this use
marginheight="x" marginwidth="y" in the frame tag. "x" and "y" are vertical and
horizontal margin widths in pixels. A value of zero eliminates the margins.
target ValuesUse these special target values in your anchor tags as needed.
target="_blank" makes the requested page appear in a new browser window.
target="_top" makes the requested page replace the entire frameset. This
is the target to use when you want to leave a frameset.
target="_parent" makes the requested page replace the nested frameset the link
is in. _top and _parent only differ when you are using nested
framesets.
This should give you plenty of tags and attributes to complete exercise nine.