<br>
Breaks things into different lines.
What is a comment used for?
To remind you do to do something.
What stuff can you do in a CSS page?
You can add color, style, fonts, and more.
what is the link tag that is in the middle of the <head> </head>
<link rel="stylesheet" href="***.css">
Hyperlinks
Links something to a different thing.
<p>
Makes a paragraph.
What is the space you work in called?
Work space
What is in the begging and end of a css line?
Curly brackets {}
What does the link <a href="***.html"> ***</a> do?
Links it to another page.
What does CSS stand for
What is the code for a number?
<ol></ol>
What is the thing on the very right called?
Preview
What is the css code for border style?
border-style: dashed;
What is the link that links a picture to a different page?
<a href="index.html"><img src="images.jpeg" alt=sextrafficking></a>
What does HTML stand for?
What is the code for bullets?
<ul></ul>
What starts a web page?
<!DOCTYPE html>
What do you put at the end of a number to make it larger or smaller?
px
What does the number next to the <h*> do
Make it larger or smaller.
What is coding?
Coding is pretty much a computers way of talking.
Why would the code be pink?
Because there is an error.
What do you do to close a tag?
</>
:
What is a link?
A reference to data that a person can follow by clicking or tapping.
Why do we need codes?
We need codes for telling what we want the computer to do and if we put it in right then you will get what you asked the computer to do.