Which of the following attribute of the <FRAME> tag specifies the distance…
2022
Which of the following attribute of the <FRAME> tag specifies the distance between the top and bottom edge of the frame and the frame contents?
- A.
MARGINHEIGHT
- B.
MARGINWIDTH
- C.
FRAMEHEIGHT
- D.
FRAMEWIDTH
Attempted by 150 students.
Show answer & explanation
Correct answer: A
The MARGINHEIGHT attribute specifies the vertical space (top and bottom) between the frame's border and its contents. Example: <frame src="page.html" marginheight="30"> MARGINWIDTH sets horizontal (left and right) space between the frame border and its contents.
A video solution is available for this question — log in and enroll to watch it.