Netscape Navigator Example
3.4 Activity
Create a Frameset such that:
(file: none - create)
- Two vertical Frames are created, each taking up 50% of the screen
- The Left frame loads the page menu1.html and the right frame contains main1.html
- Try and alter your Frameset to make the frames horizontal
- What would happen if the right frame contained your Frameset HTML file rather than main1.html?
Solution
View Solution
3.6 Activity
Create a Nested Frameset such that The Browser window:
(file: none - create)
- Has a vertical Frame on the left side containing menu.html (width = 20% )
- The right-most frame has two horizontal sub-frames, one of height = 15% at the top of
the screen containing advert.html, the other filling the remainder of the Browser
window with content main2.html (Example 3.2.1).
Solution
View Solution
3.8 Activity
Alter the Code of the previous Exercise such that:
- The "Menu" Frame does not permit scrolling (you will have to add new menu
options to test this)
- The "Menu" Frame is not re-sizeable
- The Hyperlinks in the menu open content1.html and content2.html in the
"main" frame.
Solution
View Solution