Codes
HTML
CSS
Links
Definitions
100

<br>

Breaks things into different lines.

100

What is a comment used for?

To remind you do to do something.

100

What stuff can you do in a CSS page?

You can add color, style, fonts, and more.

100

what is the link tag that is in the middle of the <head> </head>

<link rel="stylesheet" href="***.css">

100

Hyperlinks

Links something to a different thing.

200

<p>

Makes a paragraph.

200

What is the space you work in called?

Work space

200

What is in the begging and end of a css line?

Curly brackets {}

200

What does the link <a href="***.html"> ***</a> do?

Links it to another page.

200

What does CSS stand for

Cascading Style Sheets

300

What is the code for a number?

<ol></ol>

300

What is the thing on the very right called?

Preview

300

What is the css code for border style?

border-style: dashed;

300

What is the link that links a picture to a different page?

 <a href="index.html"><img src="images.jpeg" alt=sextrafficking></a>

300

What does HTML stand for?

Hypertext Markup Language
400

What is the code for bullets?

<ul></ul>

400

What starts a web page?

<!DOCTYPE html>

400

What do you put at the end of a number to make it larger or smaller?

px

400

What does the number next to the <h*> do

Make it larger or smaller.

400

What is coding?

Coding is pretty much a computers way of talking.

500

Why would the code be pink?

Because there is an error.

500

What do you do to close a tag?

</>

500
What do you put after color( In the css page)

:

500

What is a link?

A reference to data that a person can follow by clicking or tapping.

500

Why do we need codes?

We need codes for telling what we want the computer to do and if we put it in right then you will get what you asked the computer to do.