Codes
HTML
CSS
Links
Definitions
100

The very beginning of a code 

What is <!DOCTYPE html>?

100

The closing tag 

What is </>?

100

To change the color of your background

What is body { background: color;}?

100

The link for a CSS style sheet is 

What is <link rel="stylesheet" href="stylesheet.css">?

100

CSS stands for

What is Cascading Style Sheet?

200

Headers from largest to smallest

What is <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>?

200

HTML stands for 

What is Hypertext Markup Language?

200

CSS stands for

What is Cascading Style Sheet?

200

The link for an image is 

What is <img src="image.jpg" alt="NAME">?

200

Bugs are 

What is a mistake/ error in the code?

300

The break code

What is <br>?
300

To change size of your image 

What is height and width?

300

<ul></ul> stands for

What is bullet points?

400

To create a comment you use

What is <!-- -->?

400

To underline words/sentence

What is


  

400

The link to link another webpage 

What is <a href="link.html">NAME</a>?

400

HREF stands for 

What is Hypertext Reference?
500

<a></a> defines

What is a hyperlink?

500

Another link for an image 

What is <a href="link.html"> <img class=" " src="image.jpg" alt="NAME"></a>?

500

REL is short for 

What is relation?
M
e
n
u