Download presentation
Presentation is loading. Please wait.
Published byAndrew Gibson Modified over 9 years ago
2
Click to begin Click to begin Mr. Thomas CSS
3
Multiple Multiple Choice Fill-In The Fill-In The Blank Fill-In The Fill-In The Blank 10 Points 20 Points 30 Points 40 Points 50 Points 10 Points 10 Point 20 Points 30 Points 40 Points 50 Points 30 Points 40 Points 50 Points Multiple Multiple Choice True or False True or False 10 Point
4
HTML 5 is the latest version of HTML. True & False For 10 Points Back to Game False True
5
CSS comments are used to explain your code and are ignored by browsers, which means they are not displayed on the Webpage but only in the coding. True & False For 20 Points False True Back to Game
6
To define the space between the element's border and content, you use the padding property, which you are allowed to use negative values. True & False For 30 Points Back to Game False True
7
http://www.W3C.org is the World Wide Web Consortium’s Website. True & False For 40 Points Back to Game False True
8
What does CSS stand for? True & False For 50 Points Back to Game Cascading Style Sheets Colorful Style Sheets Computer Style Sheets Creative Style Sheets
9
What is the correct HTML for referring to an external style sheet? Multiple Choice For 10 Points Back to Game <link rel="stylesheet" type= "text/css" href="mystyle.css"> mystyle.css
10
Where in an HTML document is the correct place to refer to an external style sheet? Multiple Choice For 20 Points Back to Game In the section At the top of the document At the end of the document In the section
11
Which HTML tag is used to define an internal style sheet? Multiple Choice For 30 Points Back to Game
12
Which HTML attribute is used to define inline styles? Multiple Choice For 40 Points style font styles class Back to Game
13
Which is the correct CSS syntax? Multiple Choice For 50 Points {body:color=black(body} {body;color:black} body {color: black} body:color=black Back to Game
14
How do you insert a comment in a CSS file? Multiple Choice For 10 Points // this is a comment // ' this is a comment // this is a comment /* this is a comment */ Back to Game
15
Which property is used to change the background color? Multiple Choice For 20 Points background-color: bgcolor: color: Back to Game bg-color:
16
How do you add a background color for all elements? Multiple Choice For 30 Points h1.all {background-color:#FFFFFF} all.h1 {background-color:#FFFFFF} h1 {background-color:#FFFFFF} h-1 {background-color:#FFFFFF} Back to Game
17
How do you change the text color of an element? Multiple Choice For 40 Points text-color= color: text-color: fgcolor: Back to Game
18
Which CSS property controls the text size? Multiple Choice For 50 Points Back to Game font-style text-style text-size font-size
19
What is the correct CSS syntax for making all the elements bold? Multiple Choice For 10 Points Back to Game p {font-weight:bold} p {text-size:bold}
20
How do you display hyperlinks without an underline? Fill-In The Blank For 20 Points Back to Game a {text-decoration:no underline} a {text-decoration:none} a {underline:none} a {decoration:no underline}
21
How do you make each word in a text start with a capital letter? Multiple Choice For 30 Points Back to Game You can't do that with CSS text-transform:uppercase text-transform:capitalize text-transform:lowercase
22
How do you make each letter in the text a capital letter? Multiple Choice For 40 Points Back to Game You can't do that with CSS text-transform:uppercase text-transform:capitalize text-transform:lowercase
23
How do you change the font of an element? Multiple Choice For 50 Points Back to Game f: font-family: font= f-family:
24
How do you make the text bold? Back to Game Multiple Choice For 10 Points font:b style:bold font-weight:bold font:bold
25
How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel? Back to Game Multiple Choice For 20 Points border-width:5px 20px 10px 1px border-width:10px 20px 5px 1px border-width:5px 20px 10px 1px border-width:10px 1px 5px 20px
26
Back to Game Multiple Choice For 30 Points indent: margin: margin-left: text-indent: How do you change the left margin of an element?
27
Back to Game Multiple Choice For 40 Points list-style-type: square type: square type: 2 list-type: square How do you make a list that lists its items with squares?
28
Back to Game Multiple Choice For 50 Points What is 1? CSS Syntax Declaration Property Selector
29
Congratulations! Back to Game
30
DAILY DOUBLE! DAILY DOUBLE! (Click Here) (Click Here) Wager Your Bet Now! (Who ever answered the last question correctly)
31
Back to Game Answer
32
Back to Game
33
Congratulations! Back to Game
34
Sorry! Back to GameTry Again
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.