Why are images important?
They help make your webpage more intresting!
What does CSS stand for?
Cascading Style Sheet
What is the biggest and smallest heading size?
Biggest is h1 smallest is h6
What does HTML stand for?
HyperText Markup Language
What is a bug?
An error in your code
What is the code for putting an image?
<img>
What are some things you can do in CSS?
You can do really anything, for example you can add borders, colors, fonts, etc.
What does it mean to debug something?
It is the process of fixing bugs in your code!
In Code.Org, what is the first thing they teach you in a web page design class?
They first teach you about the HTML
How do we know our code has a bug?
When it is not showing up the way we want it or if it turns pink
Where do you go to style your images?
You go to the style sheet!
It makes your content easy to read and more interesting!
What do you put at the end of a section?
a / (</p>, </a>, etc)
What is the first code you have to add to your webpage?
<!DOCTYPE html>
Why are bugs important?
They help us learn more on coding!
What can you do to make your images better?
You can add a border, color, box-shadows, etc.
Does CSS allow you to use any color?
YES (with RGB).
What is data?
Information in your webpage
What makes the HTML so important?
the HTML tells your computer how to structure your page!
Why do we always have to debug our code?
To make our website work and nice!
Images help your page do what?
Make your information easier to read, break up your text into smaller chunks, etc
Why do we use CSS?
To organize our webpage as we want it
What makes coding so important?
Coding helps us tell the computer what we want it to do!
Why is it important to learn how to code?
It gives us more knowledge on computers and may help us with future jobs!
Are bugs always easy to fix?
Nope, but they do help us learn!