1. Use the ______ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element. a. … b. … c. … d. …
MULTIPLE CHOICE QUESTIONS
1. Use the ______ tag to configure a generic area on a web page that is embedded within a
paragraph or other block display element.
a. <div>…</div>
b. <span>… </span>
c. <title> … </title>
d. <meta> …</meta>
2. Use the _____ tag to code embedded styles on a web page.
a. <link>
b. <style> .. </style>
c. <embed>
d. none of the above
3. Select the code below that uses CSS to configure an id named “example” that configures
small, italic text.
a. #exampe{ font-size: small; font-weight: italic; }
b. .example { font-size: small; font-style: italic; }
c. .example { font-size: small; font-style: italic; }
d. #example { font-size: small; font-style: italic; }
4. Use the ______ tag to configure a section of a web page that is physically separated from
others.
a. <div>…</div>
b. <span>… </span>
c. <a> … </a>
d. <i> … </i>
5. CSS was first proposed as a standard by the W3C in ______.
a. 1996
b. 2002
c. 1992
d. none of the above
6. To associate an external style sheet with a web page, code:
a. a link element in the body section of the web page
b. a link element in the head section of the web page
c. a style element in the body section of the web page
d. a style element in the head section of the web page
7. Which CSS property configures the size of text?
a. text-size
b. font-size
c. size
d. font-weight
8. Which CSS property configures the color of text?
a. text-color
b. font-color
c. color
d. font-style
9. Which CSS property can be used to configure italic text?
a. font-italic
b. font-style
c. font-weight
d. font-type
10. Which CSS property configures the font typeface?
a. font-face
b. font-type
c. font-family
d. font-style
Trending now
This is a popular solution!
Step by step
Solved in 4 steps