HTML/XHTML/CSS Code
What does CSS stand for?
Cascading Style Sheets
CSS helps you define how to ________________ HTML code.
display
h { color: red; } This is telling the computer to change all text in the _______________ to the colour red.
header
HTML is a markup language, and uses markup _____________ to describe webpages.
tags
HTML tags come in pairs, the opening tag and the _________________ tag.
closing
What's the correct closing tag needed? <title>My Webpage________
</title>
What does XHTML stand for?
Extensible HyperText Markup Language
True or False? CSS was invented for geeks and makes your life a lot harder.
False
True or False? XHTML elements can be written in lower and uppercase text.
False
What does HTML stand for?
HyperText Markup Language
True or False? Today's market consists of many different browser technologies, and cannot interpret "bad" HTML code. XHTML was developed as a stricter, cleaner way of displaying HTML code so that all browser's can interpret it correctly.
True
To make sure your code is written correctly, you run it through a ______________________.
validator
Name the free program we use at the school to write HTML code.
TextWrangler