Tags
HTML
Programmer
100
What is a tag?
HTML tags are keywords
100
What does HTML mean?
Hyper Text Markup Language
100
< body > Is this an opening tag or a closing tag?
Opening tag
200
What would this HTML code do? bgcolor=“#XXXXXX”
Add a background color
200
What is the purpose of indenting in HTML?
It makes the code easier to read
200
< / body > Is this an opening tag or a closing tag?
Closing tag
300
What would this HTML code do? img src=“w3schools.jpg"
Add an image
300
What does WWW mean?
World Wide Web
300
What is < body > < /body >?
The content of the document
400
What will < title > < /title> do?
Add a title to the document
400
What is < p > < /p >
Text in a paragraph
400
What will this HTML do < a href="http://www.w3schools.com">W3Schools
Create a hyperlink
500
What is the difference in an opening tag and a closing tag?
Closing tag has a / in front
500
What does this HTML mean? img src=“w3schools.jpg” width=“104” height=“142”
Add an image that is 104 pixels by 142 pixels
500
What's the best programming language?
Up to you!