What does CSS stand for
Cascading StyleSheet
What does HTML always start with?
Doctype html
A CPU has 4 major parts. True or False?
False it has 3
How do you upload an image into code. org?
Go to google and get a image you want and save it to pictures then in code.org select upload image.
What tag creates a horizontal line across the screen?
<hr>
What is CSS used for?
To style webpages and html
What does HTML stand for?
Hypertext Mark-up Language
8 bits strung together make up a what?
Byte
How do you change an image size?
In CSS make a img part and do height and whatever size you want with px for pixels
What is the biggest header tag?
<h1>
In CSS How do you edit an image?
With The IMG tag
With HTML where do you add the css link?
In the header
What does CPU stand for?
Computer Processing Unit
How do you link an image to appear in the HTML?
go to the image in code.org and copy the link to it and then go to where you want the image and paste it.
What tags are used to start paragraphs?
<p>
How do you link the CSS to your webpage?
<link rel="stylesheet" href=Style.css/>
Where is the gut of the HTML?
In the body tags
Data that a computer accepts and processes is called?
Input
How do you link the image to a website?
Copy the website link and infront of the image do <a href=google.com. then at the end of the image link close the A tag
One of the 3 main tags in html is <title>. true or false?
false.
How do you add another CSS?
Go to the top and select add CSS
What tag closes an HTML?
</html>
Program that tells the computer how to perfrom
software
How do i change the position of my image?
You go to css and under img do float and select right or left or you can center the image
What tag creates an attribution for images used?
<p2>