What CSS stands for?
Cascading Style sheet
What HTML stand for?
Hyper Text Markup Language
What is a bug?
Bugs are mistakes in code which causes it not to work as planned.
What is height do?
Change the height
What is the biggest header?
<h1>
What background-color do?
Change the color of the backgroud
What is the <p>?
Is a paragraph tag
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.
What is the width?
Change the width
What is the smallest header?
<h6>
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.
What is <h> tag?
Is a header tag
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.
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>
How do you end a sentence?
</p> just putting a slash
What is the font-size?
Is the code to change the font
How do i make multiple paragraphs?
Just put another <p> tag
Why the code sometimes turn pink?
When it notices a mistake, it turns that code pink
What is the code to put a image in CSS?
.myImage { background-image: url("Something.PNG"); }
What is the code you put in the beginning?
<p> normal tag
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"
What is the inspector tool do?
give you the keys to find out what's going on with the page in the HTML, CSS
What is the most common bug?
Misspelling
What is the code to put a image in HTML?
<img src="Something.PNG" alt="Image description" />
What is the medium header?
<h3> tag