Question 1
Which tag contains the frame tag?
Answer
Frameset tag
Question 2
Which attribute of the frame tag indicates the URL to be put into the frame?
Answer
Src attribute
Question 3
Which attribute of the frame tag is used to prevent the user from resizing the frame?
Answer
Noresize attribute
Question 4
What is the function of the frameset tag?
Answer
It defines a general layout of a web page that uses frames
Question 5
What does the iframe tag do?
Answer
It creates a web page, which has an inline frame that contains another document
|