The tag s used to define each frame; it does not need an end tag?
a) <defineframe>
b) <frame>
c) <startframe>
d) <framehere>
The attributes of <FRAME> tag turns frame border on or off is………
a) <frameborder>
b) <bordercolor>
c) <marginwidth>
d) <marginheight>
The attribute of <FRAME> tag adjusts the margin on left or right of a frame is…
a) <frameborder>
b) <bordercolor>
c) <marginwidth>
d) <marginheight>
Which of the following is legal HTML syntax?
a) <FRAMESET cols=”50%, 50%”>
b) <FRAMESET row=”50%, 50%”>
c) <FRAMESET columns=”50, 50”>
d) <FRAME cols=”50%, 50%”>
Which piece of code could be used to ivied screen into four parts of equal area?
a) <FRAMESET cols=”50%, 50%” row=”40, 60”>
b) <FRAMESET cols=”60%, 40%” row=”40, 60”>
c) <FRAMESET cols=”1*, 1*, 1*, 1*”>
d) <FRAMESET rows=”1*, 2*, 2*, 1*”>
Which of the following is not an attribute of the FRAME tag?
a) scrolling
b) auto
c) marginwidth
d) frameborder