Codes
HTML
CSS
Links
Definitions
100

Adds spacing in between the lines.

What is <br>?

100

At the beginning of the webpage to start the coding. 

What is <!DOCTYPE>?

100

Adds style to the webpage.

What is a style sheet?

100

Allows you to link webpages together.

What is <a href=" ">  </a>?

100

Is a mistake in your coding.

What is a bug?

200

Allows you to have paragraphs.

What is <p>?

200

The container for all the other HTML elements.

What is HTML?

200

Adds color.

What is {color:  ;}?

200

Allows you to link images.

What is <img src=" " alt " ">?

200

Tells you where the image is from.

What is an attribute?

300

Makes your heading bigger or smaller.

What is <h1-6>?

300

The main page of your website.

What is index.HTML?

300

Makes your webpage more fancy.

What is text-decoration?

300

Tells you what you are linking.

What is a comment?

300

Closes the code.

What is /?

400

Controls what goes on behind your code.

What is the background?

400

Used to write coding in between.

What is <head>?

400

Aligns your code.

What is text-align?

400

The link for the CSS style sheet.

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

400

The three parts you use to create a webpage.

What is file, workspace, preview?

500

Used to make bullet points.

What is <li>?

500

Used to put links in between.

What is <body>?

500

The part of the CSS that tells you which HTML element gets styled. 

What is The CSS selector?

500

The code used for linking.

What is <a>?

500

Used to find different parts when your coding.

What is the inspector tool?

M
e
n
u