WorksheetsHTML and CSS Review
Total questions: 9
Worksheet time: 5mins
What does HTML stand for?
Happy Turtles Melting Locks
Hypertext Markup Language
Harmful Mammals Laugh
5zesx6rdctfugvyibhuoijnp
What does CSS stand for?
Careful Slim Sandwich
Carrots Standing Sideways
Cascading Style Sheet
Cats Sliding Slyly
How do you add the CSS element?
<style> </style>
style style
<style> <style/>
<style> <style>
What do you save your HTML document as?
Namehere.css
Namehere.html
Namehere.__html
Namehere.-html
How do you start and end an HTML page?
<HTML> </HTML>
<HTML> <HTML>
<HTML> <HTML/>
HTML HTML
How do you start a Paragraph section in CSS?
P{ }
P[ ]
P;;{ };;;
P''''{ }
How do you start a section for a heading in CSS?
H{ }
H [ ]
H;;{ };;
CSS{ }
Which one will change the border for a paragraph to dotted and blue?
p{border-kind: dotted; border-color:blue}
p{border-style: dotted; border-color; blue;
p{border-style: dotted; border-color: blue;}
p{color: blue;}
What do you add to a measurement for height?
cm.
in.
px.
ft.
