GIAC
GSNA · Question #46
Mark works as a Web Developer for XYZ CORP. He is developing a Web site for the company. He wants to use frames in the Web site. Which of the following is an HTML tag used to create frames?
The correct answer is D. <FRAMESET>. <FRAMESET> tag specifies a frameset used to organize multiple frames and nested framesets in an HTML document. It defines the location, size, and orientation of frames. An HTML document can either contain a <FRAMESET> tag or a <BODY> tag. Answer: A, B, C are incorrect. There…
Database & Application Auditing
Question
Mark works as a Web Developer for XYZ CORP. He is developing a Web site for the company. He wants to use frames in the Web site. Which of the following is an HTML tag used to create frames?
Options
- A<REGION>
- B<TABLESET>
- C<FRAMEWINDOW>
- D<FRAMESET>
How the community answered
(40 responses)- A3% (1)
- B5% (2)
- C10% (4)
- D83% (33)
Explanation
<FRAMESET> tag specifies a frameset used to organize multiple frames and nested framesets in an HTML document. It defines the location, size, and orientation of frames. An HTML document can either contain a <FRAMESET> tag or a <BODY> tag. Answer: A, B, C are incorrect. There are no HTML tags such as <TABLESET>, <FRAMEWINDOW>, and <REGION>.Topics
#HTML frames#FRAMESET tag#web development#HTML tags
Community Discussion
No community discussion yet for this question.