Codes
HTML
CSS
Links
Definitions
100

This is the color the text turns when there are bugs in your code.

What is pink?

100

Code that opens and closes things on the HTML.

What is <> and </>?

100

{ and }

What is what starts and stops a new section in a CSS style sheet.

100

<a> and </a>

What is a code used for linking things.

100

This is what CSS stands for.

What is Cascading Style Sheets?

200

This goes the the closing tag in code.

What is / or backslash?

200

<ul> </ul>

What is the code that makes bulleted lists?

200

color: (color name);

What is the code you would use to make something a different color?

200

This is where you can add links.

What is in text and images?

200

This is what HTML stands for.

What is Hypertext Markup Language?

300

<br>

What is a code that does not need to be closed and helps separate text into lines on a webpage?

300

These are the tags you put the text in between.

What is in between the body tags?

300

.

What is what goes in front of the class name in the CSS style sheet.

300

<a href="website url">____</a>

What is is how to link external sites?

300

A link that can connect to local web pages or external web pages.

What is a hyperlink?

400

<!--(comment)-->

What is the code used to add comments?

400

This is where you link the CSS sheet in the HTML.

What is in between the head tags?

400

Red, green, and blue.

What is the 3 colors that make up every other color in a webpage?

400

<a href="filename" >___</a>?

What is the code used to link a webpage?

400

The exclusive legal right, given to an originator or an assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.

What is copyright?

500

<!DOCTYPE html>

What is what starts an HTML page ?

500

<img src="filename" alt="imagedescription">

What is the code used to add images to a webpage?

500

This is what you use the change the size of an image.

What is height and width?

500

<a href="webpage filename"><img src="image filename" alt="___"></a>

What is the code used to link images?

500

An electronic device used for storing data

What is a computer?