Want to see correct answers?
Login or join for free!

Search Results for css - All Grades

23 questions match "css". Refine Your Search

1 category matches your search criteria.

Select questions to add to a test using the checkbox above each question. Remember to click the add selected questions to a test button before moving to another page.

Previous Page 1 of 2 Next
Continuing Education CSS
Grade 11 Programming
Grade 11 Programming
Continuing Education CSS
What does CSS stand for?
  1. Cascading Style Sheets
  2. Colorful Style Sheets
  3. Computer Style Sheets
  4. Creative Style Sheets
Continuing Education CSS
Which is the correct CSS syntax?
  1. body:color=black
  2. {body:color=black(body}
  3. body {color: black}
  4. {body;color:black}
Grade 11 Programming
Continuing Education CSS
Which CSS property controls the text size?
  1. font-style
  2. font-size
  3. text-size
  4. text-style
Grade 11 Programming
What is the difference between HTML and CSS?
  1. HTML dictates how the site functions and CSS dictates design elements.
  2. CSS is another type of markup language used to design websites.
  3. CSS dictates how the site functions and HTML dictates design elements.
  4. There is no difference.
Continuing Education CSS
If your styles work on Firefox but not on IE, what should you check?
  1. !DOCTYPE Definition
  2. CSS Standard Type Definition
Continuing Education CSS
How do you insert a comment in a CSS file?
  1. // this is a comment
  2. ' this is a comment
  3. /* this is a comment */
  4. // this is a comment //
Continuing Education CSS
How to allow an element to override a style that was defined in a CSS file?
  1. Use the "style" attribute of that element
  2. Use class="none"
  3. Use parentcss = "none"
Continuing Education CSS
How do you make each word in a text start with a capital letter?
  1. text-transform:capitalize
  2. You can't do that with CSS
  3. text-transform:uppercase
Continuing Education CSS
What is the correct CSS syntax for making all the <p> elements bold?
  1. p {text-size:bold}
  2. p {font-weight:bold}
  3. <p style="text-size:bold">
  4. <p style="font-size:bold">
Previous Page 1 of 2 Next