CODES
HTML
CSS
LINKS
DEFINITIONS
100

To insert and end a paragraph __

What is <p> </p>?

100

The HTML tag is located __

What is under <!DOCTYPE html> and the bottom of the page?

100

To end a command in CSS __

What is ;?

100

The link for CSS __

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

100

CSS stands for __

What is Cascading Style Sheet?

200

<ul> </ul> is used for __

What is bullet points?

200

Starts and ends a code __

What is <html> </html>?

200

Change the background color __

What is body{background: COLOR;}?

200

Make sure you have __ when linking 

What is quotations/ " "?

200

A body __

What is the content of the webpage?
300

Begins a webpage __

What is <!DOCTYPE html>?

300

HTML stand for __ 

What is Hypertext Markup Language?

300

To edit your image's size __

What is height and width

300

The link for images __

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

300

A bug __

What is something incorrect/ a mistake in a code?

400

PX stands for __

What is pixels

400

The selector within the CSS stylesheet __

What is name{ }?

400

The link to link to other webpages __

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

400

A webpage __

What is an electronic document?

500

To write a comment __

What is <!-- -->?

500

A selected class __

What is .choiceofname?

500

Alternative link for images __

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

500

Hyperlinks are __

What is a link that you click that brings you to another page of the webpage?

M
e
n
u