
PREFINALS IN WEB DEVELOPMENT.
Quiz by Renee Roseller Grafilon
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
These classes are defined by a colonand are not user defined?
What is the format if you want to create font color green style for anID selector in a <div> tag?                                                                                                                          Â
How do you group selectors?
In the rule, the "selector":
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?
What is the CSS Box Model?
What should be the order of the anchor property?
What is the difference between position: relative and position: absolute?
What is the effect of setting the position property to fixed?
An ID selector is represented by a symbol of?
What is the difference between setting an element's position with top, right, bottom, and left properties versus setting its position with the shorthand property "position"?
What happens to the elements following a floated element in the HTML code?
What is the difference between float: left and float: right?
What is the correct CSS syntax for making all the elements bold?
Write the appropriate property for this chunk of code {__________: small caps;}
Write the appropriate property for this chunk of code {______________: super;}
Which of the following is the correct syntax for setting a background image to "background.jpg" in CSS?
Mary 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?
What is the correct syntax for setting the margin on all sides of an element to 10 pixels in CSS?
How are you going to write the shorthand code for the border style of solid on the 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?
How do you select elements with the class name 'font'?
Which of the following is the correct syntax for setting background color to red in CSS?
Which of the following is the correct syntax for positioning the background image 10 pixels from the left and 20 pixels from the top of its container?
What is the difference between margin: auto and margin: 0 auto?
What is the correct syntax for setting the top and bottom margins of an element to 10 pixels and the left and right margins to auto?
What value of the list-style-type property will use if you want your numbering to be 01, 02, 03, and so on?
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?
It is to style the elements or parts of the component without adding any IDs or classes to them.
How do you select an element with id 'text'?
Which pseudo-class will you use to style links that have never been visited?
How do you select all p elements inside a div element?
How do we write a CSS id selector for the following HTML code? [div id="content" class="blue]
It sets the character of an active link element 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 applied to the text, in the bold and italic font?
Write the appropriate value for this chunk of code {font-family: _______; }
Which property sets the font’s weight (or boldness)?
What unit of value should you use to create a dynamic or computed font size?
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?
Which CSS property is used to set the width of an element?
Which of the following is NOT a part of the CSS Box Model?
What is the default value of the position property?
Which CSS property is used to set the position of an element?
Which of the following values is used to create a sticky element that sticks to the top or bottom of the viewport?