NEW
Font size
WorksheetsCode.org: Unit 2 Lessons 6 - 9 Test
Total questions: 14
Worksheet time: 1hrs 10mins
The exclusive legal right to print, publish, perform, film, or record literacy, artistic, or musical material, and to authorize others to do the same.
Copyright
CSS
CSS Selector
IMG
Cascading Styling Sheets; a language used to describe how HTML elements should be styled.
CSS Selector
Copyright
IMG
CSS
The part of a CSS rule-set that defines which HTML elements the style should be applied to.
CSS
IMG
CSS Selector
Copyright
Which tag identifies a header tag?
<li>
<h1>
<ul>
<img>
Which tag identifies an opening tag?
<img>
<h1>
<>
</>
Which tag identifies a closing tag?
<img>
</>
<ol>
<>
Which tag identifies an image tag?
<li>
<ul>
<img>
<ol>
Which tag identifies a paragraph tag?
<p>
<li>
<h1>
<h2>
Which tag identifies a list?
<img>
<h1>
<p>
<li>
Which tag identifies an ordered list?
<img>
<ul>
<ol>
<li>
Which tag identifies an unordered list?
<li>
<h1>
<ul>
<ol>
A CSS Rule-Set consists of what three things?
Copyright, Property, and Value
Selector, Property, and Value
Element, Value, and Copyright
Color, Background, and Selector
Examples of properties in a css rule-set.
font-size, font-family, font-style, and background-color
14px, color, italic, and fantasy
<img> <li> <p>, and <br>
list, pictures, header, and style
Examples of values in a css rule-set.
list, pictures, header, and style
14px, color, italic, and fantasy
font-size, font-family, font-style, and background-color
<img> <li> <p>, and <br>
