CODES
HTML
CSS
LINKS
DEFINTIONS
100

Break code

What is<br>?

100

Image tag 

What is <img>?

100
The column you add a CSS into
What is the file column?
100

Links can be linked through the CSS page

What is no?

100

Hyper Text Markup Language

What does HTML stand for?

200
Header codes

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

200

Image link to page

<a href="">""</a>

200

Sets the kind of text decoration to use such as, underline, overline, line-through.

What is text-decoration-line?


200

CSS link 

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

200

Cascading Style Sheets  

What does CSS stand for? 

300
Paragraph code

What is <p>?

300

Code to link CSS to HTML 

What is <link rel="" href="CSS">?

300

This property specifies the line style for all four sides of an element's border.

What is Border Style? 

300

This link is used to link an image to a web page

What is <img>?

300

The spacing between the content and the border

What is Padding? 

400

Number code

What is <ol>?

400

The space you work in 

What is the workspace?

400

This property specifies the width of the content area of an element.

What is width? 

400

This code defines the link address

What is href?

400

The space around the element

What is a margin? 
500

Bullet points 

What is <li>?

500

Where your code shows up

Where is preview?

500

This property specifies the height of the content area an element.

What is height? 

500

This code defines a link

What is <a></a>?

500

To find the exact point where you made a programming mistake and fix it

What is debugging?