Add a row container holding two iframes.
Acceptance criteria
- 1.Add a row container holding two iframes.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <frameset> Tag chapter. 5 of them ask you to build something small from scratch; 5 give you code that is already broken and ask you to work out why. Set aside about 90 minutes for the whole set, though you can do them in any order.
Nothing here is marked by a person. When you press Submit, the editor checks your code against the points listed under each task and tells you straight away what passed and what didn't (you need a free account to submit). If you get stuck, there are hints, and a worked solution once you've had a go. The first 2 tasks are free; the rest are part of the practice plan.
If it's been a while since you read the chapter, here is how it starts: “The tag in HTML was used to define a set of frames within the browser window. It allowed you to divide the window into multiple sections (frames), each displaying a separate HTML document.” .
1.Lay out with a containerexercise · easy · 10 min
Add a row container holding two iframes.
Passes when: Add a row container holding two iframes.
2.One panel per regionexercise · easy · 10 min · practice plan
Embed a single titled panel.
Passes when: Embed a single titled panel.
3.A sidebar and a main areaexercise · easy · 10 min · practice plan
Use an aside and a main region instead of frames.
Passes when: Use an aside and a main region instead of frames.
4.Size the panelsexercise · easy · 10 min · practice plan
Give both frames explicit dimensions.
Passes when: Give both frames explicit dimensions.
5.A modern split layoutexercise · medium · 10 min · practice plan
Build a row container with two titled, sized panels.
Passes when: Build a row container with two titled, sized panels.
6.Fix the frameset layoutbug fix · easy · 8 min
frameset was removed; use a container and iframes.
Passes when: frameset was removed; use a container and iframes.
7.Fix the untitled panelbug fix · easy · 8 min · practice plan
A frame needs a title to be understood.
Passes when: A frame needs a title to be understood.
8.Fix the divs used for regionsbug fix · easy · 8 min · practice plan
A sidebar and main area have their own elements.
Passes when: A sidebar and main area have their own elements.
9.Fix the second panel with no sizebug fix · easy · 8 min · practice plan
Both frames need dimensions.
Passes when: Both frames need dimensions.
10.Fix the panels with no wrapperbug fix · easy · 8 min · practice plan
The layout needs a container to arrange them.
Passes when: The layout needs a container to arrange them.
Between them these tasks cover Removed layout, CSS layout and iframes.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.