WorksheetsITAA unit 4: CSS Layout
Total questions: 10
Worksheet time: 9mins
Why are we learning how to create and modify HTML 'container' boxes?
It will help you create online games.
To understand how to create layout design for the web.
Container boxes help you create text color.
The tags that are used to create container boxes are: (a)
Why do we nestle 'boxes within boxes' so much?
Because it's part of HTML.
It allows you to format your content the way you envision.
It allows you to create animation on a web page.
You've made four container boxes and want them all to have a green background color. You need to:
Create a separate ID (#box) for each, and style each ID separately
Create a single CLASS (.box) and style that CLASS only once.
It's just not possible
You have four yellow container boxes, and want to change ONE box to blue. You...
have to name the box with an ID or CLASS, and style it separately.
have to style each box separately in the CSS.
have to change the colors inside the HTML.
If you're wanting more than one item to be on the same line on a web-page, a CSS 'width' attribute should be used (a)
Dreamweaver: The panel you use to see how your website STRUCTURE is being built is the:
DOM panel
CSS DESIGNER panel
INSERT panel
Dreamweaver: The panel you use to format and style a portion of your webpage is the:
DOM panel
CSS DESIGNER panel
INSERT panel
Dreamweaver: The panel you use to ADD an element to your web page is the:
DOM panel
CSS DESIGNER panel
INSERT panel
Organize these options into the right categories
Placing items on your page inside a container
Change the properties of items in a container so they fit side-by-side
Add a new item to your webpage
Color a portion of your web page
Create a new list item to your page
Re-order the order of items or boxes on your web-page
