
LONGTEST_Q4
Quiz by Camille Bernabe
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the format if you want to create font color green style for an ID selector in a <div> tag?
These classes are defined by a colon and are not user defined.?
What should be the order of the anchor property?
An ID selector is represented by a symbol of?
How do you select elements with class name 'font'?
How do you group selectors?
In the rule, the "selector":
A selector that is usually in a page title or navigation part of the page.
What type of pseudo-class is used if you point your mouse pointer in a link?
How do you select an element with id 'text'?
Which pseudo-class will you use to style links that have never been visited?
What is the correct CSS syntax for making all the <span> elements bold?
Which of the following would be used to create an ID called header which has a width of 750px, a height of 30px and the color of the text is black?
How do you select all p elements inside a div element?
Write a CSS id selector for the following HTML code. <div id="content" class="blue">
It sets the character of an active link element as when the user clicks the mouse on the link.
It is used to emphasize words or sentences within a paragraph.
Which of the following properties affect the font that is applied to the text, affecting what font is applied, how big it is, whether it is bold, italic, etc?
Write the appropriate value for this chunk of code {font-family: _______; }
Write the appropriate property for this chunk of code {__________: small caps;}
Write the appropriate property for this chunk of code {______________: super;}
Which property sets the font’s thickness or boldness?
What unit of value should you use to create a dynamic or computed font size?
Min wants to set a line over a text, what will be the correct property and value to use?
If you want to set the text that is aligned on both sides, what will be the correct code?
How are you going to write the shorthand code for border style of solid on left, dashed on top, solid on the right, and dotted at the bottom?
Which list property allows you to control the shape or appearance of the marker?
Complete the given chunk of code: p {font-family: Arial, Verdana, ___________}
Which term refers to a font-family value consisting of multiple font names separated by commas?
What term is commonly used to set the distance between lines of text?
Which of the following is used to generate space around an element's content, inside of any defined borders?
What value of the list-style-type property will you use if you want your numbering to be 01, 02, 03, and so on?
It to style the elements or parts of the elements without adding any IDs or classes to them.
A shorthand property used to specify the individual border properties: border-width, border-style and border-color.
Which CSS code create a white and dotted styled border.
You can write a class by indicating header element followed by a dot.
Classes are defined by dots (.).
There are three ways to write a class.
Active pseudo-class is for hyperlinks when they are clicked.
The "border-width" property does not work if it is used alone
Padding does not affect the distance of the element to other elements but only defines the inner distance between the border and the content of the element.
Width - specifies a padding in px, pt, cm, etc
The border-style property is used to add rounded borders to an element:
The border style of “none” is the same as border of zero value.
Negative values are also allowed in word-spacing
It is typically done by inserting the empty space before the first line of text.
The text property that is used to set the cases for a text
It is a sequence of characters.
It is the shape of the characters
A line separating one element from another; boundaries of elements.