Home > Web Development > Quizzes > Web Technology Basics Practice Test: Frames
Web Technology Basics Practice Test: Frames
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 88% Most missed: “What is framespacing attribute?”
In HTML, frames divide a browser window into multiple sections, each of which can be loaded independently. The frameset tag defines how to divide the browser, and each frame is indicated by a frame tag. The frame tag specifies which HTML document will open into the frame.  Here are some best practices for using frames in HTML: Use the tag instead of the tag, Don't overlap content, Include scrollbars, Provide meaningful navigation links, and Test the frames on multiple browsers.  Here are some steps to create frames: Use the element in place of the body element Use the element to create... Show more
Web Technology Basics Practice Test: Frames
Time left 00:00
10 Questions

1. Which is the wrong way to represent or describe the col width value?
2. What is the wildcard symbol?
3. The frameset element is used instead of body element to construct a frame?
4. Is the frameborder element and border element same?
5. What is element?
6. The frameset element carries which attributes?
7. Which of the following is not a purpose of frames?
8. What are Frames?
9. What is the default value of rows attribute?
10. What is framespacing attribute?