Question
QUESTION 1 To create a layout, the ____________ tag is used. a. table b. heading c. p d. div e. br QUESTION 2 The div
QUESTION 1
To create a layout, the ____________ tag is used.
a. | table | |
b. | heading | |
c. | p | |
d. | div | |
e. | br |
QUESTION 2
The div tag does what?
a. | Divides random access memory (RAM) usage | |
b. | Divides the HTML page into sections | |
c. | Creates a unified style for elements | |
d. | Applies a background color | |
e. | Allows for user interaction |
QUESTION 3
Which is NOT a way to add CSS to your HTML?
a. | Inline | |
b. | External | |
c. | By the style attribute | |
d. | OutOfLine | |
e. | Internal |
QUESTION 4
Which of the following is the proper syntax for a CSS class?
a. | center {text-align:center; float:left;} | |
b. | .center {text-align:center; float:left;} | |
c. | .center {text-align;center, float;left,} | |
d. | .center=text-align:center; float:left; | |
e. | .center (text-align:center; float:left;) |
QUESTION 5
The float property, allows a div to
a. | Take up the entire screen | |
b. | Have another div beside it | |
c. | Appear to float on the page | |
d. | Have elements move with the scrolling page | |
e. | Be on top of another div |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started