33
Click to begin Mr. Thomas CSS

Click to begin Click to begin Mr. Thomas CSS Multiple Multiple Choice Fill-In The Fill-In The Blank Fill-In The Fill-In The Blank 10 Points 20 Points

Embed Size (px)

Citation preview

No Slide Title

Multiple ChoiceFill-In TheBlankFill-In TheBlank10 Points20 Points30 Points40 Points50 Points10 Points10 Points10 Point20 Points20 Points20 Points20 Points30 Points40 Points50 Points30 Points30 Points30 Points40 Points40 Points40 Points50 Points50 Points50 Points Multiple Choice

True or False10 PointBack to GameDAILY DOUBLE!DAILY DOUBLE!(Click Here)Wager Your Bet Now!(Who ever answered the last question correctly)HTML 5 is the latest version of HTML.True & False For 10 PointsBack to GameFalseTrueSorry!Back to GameTry AgainCSS 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 PointsFalseTrueBack to GameTo 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 PointsBack to GameFalseTruehttp://www.W3C.org is the World Wide Web Consortiums Website.True & False For 40 PointsBack to GameFalseTrueWhat does CSS stand for?True & False For 50 PointsBack to GameCascading Style SheetsColorful Style SheetsComputer Style SheetsCreative Style SheetsWhat is the correct HTML for referring to an external style sheet?Multiple Choice For 10 PointsBack to Game

mystyle.css

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 GameHow do you make the text bold?Back to GameMultiple Choice For 10 Pointsfont:bstyle:boldfont-weight:boldfont:boldWhich property is used to change the background color?Multiple Choice For 20 Pointsbackground-color:bgcolor:color:Back to Gamebg-color:How do you display hyperlinks without an underline?Fill-In The Blank For 20 PointsBack to Gamea {text-decoration:no underline}a {text-decoration:none}a {underline:none}a {decoration:no underline}How do you display a border like this:

The top border = 10 pixels The bottom border = 5 pixelsThe left border = 20 pixels The right border = 1pixel?Back to GameMultiple Choice For 20 Pointsborder-width:5px 20px 10px 1pxborder-width:10px 20px 5px 1pxborder-width:5px 20px 10px 1pxborder-width:10px 1px 5px 20pxWhich HTML tag is used to define an internal style sheet?Multiple Choice For 30 Points

Back to GameWhich HTML attribute is used to define inline styles?Multiple Choice For 40 PointsstylefontstylesclassBack to GameWhich is the correct CSS syntax?Multiple Choice For 50 Points{body:color=black(body}{body;color:black}body {color: black}body:color=blackBack to GameHow do you add a background color for all elements?Multiple Choice For 30 Pointsh1.all {background-color:#FFFFFF}all.h1 {background-color:#FFFFFF}h1 {background-color:#FFFFFF}h-1 {background-color:#FFFFFF}Back to GameHow do you make each word in a text start with a capital letter?Multiple Choice For 30 PointsBack to GameYou can't do that with CSStext-transform:uppercasetext-transform:capitalizetext-transform:lowercaseBack to GameMultiple Choice For 30 Pointsindent:margin:margin-left:text-indent:How do you change the left margin of an element?How do you change the text color of an element?Multiple Choice For 40 Pointstext-color=color:text-color:fgcolor:Back to GameHow do you make each letter in the text a capital letter?Multiple Choice For 40 PointsBack to GameYou can't do that with CSStext-transform:uppercasetext-transform:capitalizetext-transform:lowercaseBack to GameMultiple Choice For 40 Pointslist-style-type: squaretype: squaretype: 2list-type: squareHow do you make a list that lists its items with squares?Which CSS property controls the text size?Multiple Choice For 50 PointsBack to Gamefont-styletext-styletext-sizefont-sizeHow do you change the font of an element?Multiple Choice For 50 PointsBack to Gamef:font-family:font=f-family:Congratulations!Back to GameWhat is the correct CSS syntax for making all the elements bold?Multiple Choice For 10 PointsBack to Gamep {font-weight:bold}

p {text-size:bold}