Untitled Document
Untitled Document
a. 1em a. @font-face
b. 1.5em b. @custom-font
c. 1.75em c. @type-face
d. 2em d. @text-font
11. What is the equivalent of 2.5 em to
pixels?
15. Annie has already defined a custom
a. 38px font, to apply the custom font to an
b. 40px HTML element, she should refer to the
c. 42px name of the font indicated in what CSS
d. 44px font property?
a. ::first-line
b. ::first-letter a. ::first-line
c. ;;first-kiss b. ::first-letter
d. ::before c. ::selection
d. ::marker
21. ________ pseudo-element can be
used to insert some content before the 25. Complete the missing code. (4
content of an element. points)
a. ::first-line a. .intro::first-letter
b. ::first-letter b. .outro::first-move
c. ::after c. .intro::first-letter
d. ::before d. intro::first-line
TRUE OR FALSE
1. _____ A combination of
functionality and visual appeal will
make sure that both you and your
visitors get the most out of your
site.
2. _____ Visual appeal is what meets
the eye. It’s the colors, shapes,
pictures, fonts, white space, and
overall visual balance of a design.
3. _____ Bright colors are absolutely
NOT attention-getting. Most
designers are opting for simplicity
when using color to create depth
and contrast.
4. _____ White and black
backgrounds are classic and easy
to use. You can create contrast for
type (even small type) easily and
will always be in fashion.
5. _____ ::first-line pseudo-element is
used to add a special style to the
first letter of a text.
6. _____ CSS pseudo-element is used
to style specified parts of an
element.