CSS
HTML
Debug
Images
Code
100

What CSS stands for?

Cascading Style sheet

100

What HTML stand for?

 Hyper Text Markup Language

100

What is a bug?

Bugs are mistakes in code which causes it not to work as planned.

100

What is height do?

Change the height

100

What is the biggest header?

<h1>

200

What background-color do?

Change the color of the backgroud

200

What is the <p>?

Is a paragraph tag

200

What is debugging?

Debugging is the process of finding and fixing bugs. Debugging is a problem solving process so use your problem solving steps as you try to debug.

200

What is the width?

Change the width

200

What is the smallest header?

<h6>

300

What is a style sheet?

A style sheet is a document that controls how a web page will appear. External style sheets are separate files that are linked to the HTML page.

300

What is <h> tag?

Is a header tag

300

What are some example of bugs?

 Some examples are misspelling, putting code in the wrong place, using the wrong tag, or forgetting to close a tag.

300

What is the code to link a image?

<a href="https://studio.code.org/projects/gamelab/3SOPhzTG7klPFL92056CrEnaqc40niVwRFUIDyxJJq4"><img src="Capture.PNG"alt="image description"width="400" height="300"/></a>

300

How do you end a sentence?

</p> just putting a slash

400

What is the font-size?

Is the code to change the font

400

How do i make multiple paragraphs?

Just put another <p> tag

400

Why the code sometimes turn pink?

When it notices a mistake, it turns that code pink

400

What is the code to put a image in CSS?

.myImage {  background-image: url("Something.PNG"); }

400

What is the code you put in the beginning?

<p> normal tag

500

 What should i name my style sheet?

You can name your style sheet anything, but it's better to choose a relevant name, such as "style.css" or "aboutmestyles.css"

500

What is the inspector tool do?

 give you the keys to find out what's going on with the page in the HTML, CSS

500

What is the most common bug?

Misspelling

500

What is the code to put a image in HTML?

<img src="Something.PNG" alt="Image description" />

500

What is the medium header?

<h3> tag

M
e
n
u