HTML
CSS Facts
CSS Coding
CSS Trivia
Surprise
100
What does HTML stand for?
What is Hyper Text Markup Language
100
What does CSS stand for?
What is Cascading Style Sheets
100
How do you insert padding so thats it is 10 pixels at the top, 15 pixels at the bottom, 5 pixels at the right and 10 pixels to the left?
padding: 10px 5px 15px 10px
100
How do you insert a multi line comment in CSS?
What is /*comment*/
100
Steve Wozniak and this person co founded this fortune 500 company in the 1970's in a garage.
What is Steve Jobs
200
Which tag makes the largest heading?
H1
200
A Property, A Selector, A captain, A Ward identifies the element to which you are applying a style.
What is selector
200
The font-size property is used to change the font size in CSS You can express font size in many forms, which one is incorrect? pixels, percentage, meters, inches.
What is meters
200
The text-decoration property is used to insert a line above, through, or under text. Which one does not belong? underline, overline, line-through, blink, bold, none
What is bold
200
The "I Love New York" logo was designed by:
What is Milton Glaser
300
To begin a new line without starting a new paragraph, which tag would you use?
What is br
300
Which CSS property controls the text size?
font-size
300
A fixed value that will not increase or decrease in size in relation to its parent element? Fixed, Z-Index, Absolute, Aint goin nowhere
What is Absolute
300
To set the margin space around an element use: margin:____;
What is margin:width;
300
He experimented with overlapping and distorted fonts and intermixed these with striking photographic images. He became influential in the late 1980's and 1990s for experimental typeface designs. His designs were featured heavily in surfing and skateboarding magazines.
David Carson
400
We know "I" inside of brackets is for italics in HTML what other tag means italics
What is emphasis
400
Which HTML attribute is used to define inline CSS styles?
What is style
400
A declaration is terminated by a:
What is semicolon ;
400
To float an element, use the style: float: position; where position is either left, right, or _______.
What is none.
400
He is internationally renowned as the principal designer of the iMac. He is considered one of the best in industrial design and is referred to as “the man behind Apple’s design magic”.
What is Jonathan Ive
500
non breaking space
What is & nbsp;
500
Grouped selectors, Pal selectors, Named selectors, are selectors with the same declarations grouped into a comma-separated list
What is Grouped selectors
500
How do you display hyperlinks without an underline? a {text-decoration:_____}
What is a {text-decoration:none}
500
h1.all {background-color:#333} adds a background color for all h1 elements
What is false
500
The original logo was known as the Jumping Y Guy, which featured a blue circle representing the Earth, and a yellow Y-shaped stick figure leaping from the Earth, backed by a purple shadow was designed by David Shen.
What is Yahoo!
M
e
n
u