what is a CSS?
The style sheet that tells the code how to style the page.
How do you insert a image in Code.org?
By clicking the insert image button at the top oof the screen and then clicking on the link.
What's the code for a paragraph?
<p> </p>
Why do we code?
To tell the computer what's its supposed to do.
What is a bug?
A bug is a error or mistake in the code.
Why do we use a CSS page?
To make our website look better.
why do we add images?
To make our website more interesting.
what are the codes for the smallest and biggest headings?
<h6> </h6> and <h1> </h1>
Is coding fun?
YES!!!!! If you disagree than you are wrong!
How do you know if there is a bug in your code?
The part of the code that has the bug will turn pink.
What does CSS stand for?
Cascading Style Sheets.
How do we make our images more interesting?
By styling them in the CSS HTML page.
Is coding important? why?
Yes! Because without coding our computers wouldn't know what to do.
What is data?
Information that's is in your code.
what dose it mean to "debug" a code?
the process of finding and resolving errors, or "bugs," in a program's code
What can you stile using the CSS page?
Everything in the website you want!!!
what's the code for an image in HTML?
To embed an image in HTML, you use the <img> tag. The essential attributes for this tag are src and alt. The src attribute specifies the path or URL to the image file, and the alt attribute provides alternative text that is displayed if the image cannot be loaded or for screen readers.
What do you need to put before a section and after a section?
<p> and </p>
Why do we make classes of our information in our code?
To better organize our thinking.
Why are bugs bad?
If we have bugs then our code wont work properly, making our website more interesting.
What does HTML stand for?
Hyper Text Markup Language.
What are the different ways you can style an image in code.org?
You can make an outline, a different color, make it float, etc.
How many sizes of the headings are there?
6! (<h1> </h1> <h2> </h2> <h3< </h3> <h4> </h4> <h5> </h5> <h6> </h6>)
What's the code to making a list?
<Li>
Why are bugs called bugs?
It originated from a real-life insect