JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
Softech Computer Education
Web Designing & Publishing - Topic - CSS
Sign in to Google
to save your progress.
Learn more
1. What does CSS stand for?
2 points
Creative Style Sheets
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
Clear selection
2. What is the correct HTML for referring to an external style sheet?
2 points
<stylesheet>mystyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style src="mystyle.css">
Clear selection
3. Where in an HTML document is the correct place to refer to an external style sheet?
2 points
In the <body> section
At the end of the document
In the <head> section
Clear selection
4. Which HTML tag is used to define an internal style sheet?
2 points
<css>
<style>
<script>
Clear selection
5. Which HTML attribute is used to define inline styles?
2 points
class
font
styles
style
Clear selection
6. Which is the correct CSS syntax?
2 points
body:color=black;
{body;color:black;}
{body:color=black;}
body {color: black;}
Clear selection
7. How do you insert a comment in a CSS file?
2 points
/* this is a comment */
' this is a comment
// this is a comment //
// this is a comment
Clear selection
8. Which property is used to change the background color?
2 points
color
bgcolor
background-color
Clear selection
9. How do you add a background color for all <h1> elements?
2 points
all.h1 {background-color:#FFFFFF;}
h1 {background-color:#FFFFFF;}
h1.all {background-color:#FFFFFF;}
Clear selection
10. Which CSS property is used to change the text color of an element?
2 points
fgcolor
text-color
color
Clear selection
11. Which CSS property controls the text size?
2 points
text-size
font-size
text-style
font-style
Clear selection
12. What is the correct CSS syntax for making all the <p> elements bold?
2 points
p {font-weight:bold;}
<p style="font-size:bold;">
<p style="text-size:bold;">
p {text-size:bold;}
Clear selection
Next
Clear form
This content is neither created nor endorsed by Google. -
Terms of Service
-
Privacy Policy
Does this form look suspicious?
Report
Forms
Help and feedback
Contact form owner
Help Forms improve
Report