HTML
CSS
More HTML
Sections of code
100

Creates paragraph

What is <p> tag?

100

Change paragraph color

What does p{ color:[insert color];} do?

100

At start of Html page

What is <!DOCTYPE html>?

100

Creates paragraph that says "I like Cheese"

What does "<p> I like Cheese </p>" do?

200

Creates heading

What is <h[insert number 1-6]> tag?

200

Changes text size for paragraph

What does p{ font-size:[insert number]px;} do?

200

Before the main section of code

What is <head> tag?

300

Creates an image

What is <img> tag?
300

HTML tag you put miscellaneous CSS code in 

What is <body> tag?

300

attaches CSS to HTML 

What is <link> tag?

400

End of smallest heading

What is </h6> tag?

400

Changes size of image border

What does img{ border-width: [insert size]} do?

400

Attaches a second HTML page to your main one

What is <a> tag?

500

The tag you should type the code into in HTML

What is <body> tag?

500

Moves allocated area to the right

What does float:right do?

500

First tag in HTML

What is <HTML>?

500

Creates an img with sizes 300x400

What does <img src="[img file]" href="[img description] Height:400 Width:300>

M
e
n
u