WorksheetsCSS Font Property Online Quiz
Total questions: 10
Worksheet time: 6mins
This is what you will use if you want to change the typeface of your HTML using CSS
CSS Typeface
CSS Fonts
Font Style
CSS Font Style
This type of CSS Font Attribute is used as a "backup font".
CSS Font-Family
CSS Font Backup
CSS Fallback Fonts
CSS Backup-Fonts
Complete this CSS Structure:
Ivan wants to change the font of his HTML page using CSS, now complete his code:
<p style=" (a) :Cambria"> Ivan Restaurant </p>
Mae Ann wants to change the text size of her HTML page to XX-Large using CSS.
Help her by completing this line of code:
<p style=" (a) :xx-large> I want some Cake</p>
What is the proper way of changing colors of the text using CSS ?
<p style="color:red> this is color red </p>
<p style="font-color:red">
this is color red</p>
<p style="text-color:red">This is color red </p>
<p style="css-color">This is color red</p>
how many decimal of colors are in HEX Colors?
16
4
6
8
This type of CSS Selector is used to select an element with a specific class attribute.
CSS ID Selector
CSS Element Selector
Class Selector
CSS Selector
This type of HTML Attribute is used to embed another HTML document within the current HTML
HTML Docx
DOCTYPE html
CSS Frames
Iframe
This is a mixture of colors ranging 0 lowest to 255 highest.
this color are often displayed on your computer and cellphone screens. what type of color is this.
LCD colors
RGB Colors
HEX Colors
CMYK Colors
The following is the hierarchy of CSS External, Inline, and Internal
Select the best Arrangement from the most prioritized to least priotized.
Inline, Internal External CSS
Internal, External, Inline CSS
External, Inline, Internal CSS
External, Internal, Inline CSS
