Font size
WorksheetsStyling Web pages using css
Total questions: 10
Worksheet time: 6mins
1. What does CSS Stand for ?
Cascading Style Scene
Cascading Style Sheet
Car scating snow sled
Cascading Select Sheet
2. What would this do to a webpage with h1 tags
h1 { text-decoration:underline;
}
It make all the h1 tagged text be underlined
It would make just one h1 tagged text to be underlined
It would underline all the text in the webpage
It make all the text turn red
3. What special character needs to be used to tell the browser at the end of each line of css code ?
@
()
; ( Semi- colon)
: (colon)
4. Chose the css code that would change the colour of text
color = red;
color = red = text;
color:red;
red : color;
5. What errors are in this css code
p ( text-align: center:)
p needs to be capital (P)
no errors in the code
should be text = center;
should use { }, not () and ; to end not :
What does html stand for ?
hypotext Make Up Language
Hypertext Markup Language
Hypertex Maxup Language
Hypertest Markup Language
7. What type of software is Google Chrome
Operating System software
Internet Explorer Software
Broswer software
Web page software
8. Which tag will create a new line underneath it ?
<break>
<b> </b?
<br>
<line break>
missing { in front of h1, ; after blue and - after text
missing { in front of h1
missing ()
no html code
10. What does this code do in a html page :
<head>
<link rel="stylesheet" href="style.css">
</head>
It is a link to a webpage called styl;e
It allows the webpage work
It is needed for all web pages
It attached a style sheet called style.css so it can style the html
