his is a set of instructions that tells a computer what to do
what is code
This CSS rule changes the background color of an element
what is background color
This is the main language used to create the structure of a webpage
What is HTML?
What do you use to make a heading on a webpage?
What is the <h1...h6> tag
These are names we give to pieces of information in our code so we can use them later.
what are variables
This property in CSS controls how big or small the text looks
what is font size
These are like links on a webpage that take you to other pages.
What are hyperlinks or links?
What tag do you use to make a line break?
What is the <br> tag?
This is a common way to show code, where each step is written on a new line
what is syntax
This is how you make text bold in CSS.
what is font-weight: bold;
This is what you type into the address bar of your browser to visit a website
What is a URL or web address?
What is HyperText Markup Language?
What does "HTML" stand for?
These are special words in a programming language that have a specific meaning.
what are keywords
his CSS property is used to change the color of the text
what is color
These are used in HTML to tell the browser what kind of content you're showing, like a heading or a paragraph.
What are tags?
How do you make a link to another website?
What is the <a> tag with the href attribute?
This Code.org project lets you design and code your own animated stories and games.
What is Scratch?
This is a way to repeat a block of code multiple times.
what is a loop
This CSS lets you put a box around an HTML element.
what is boarder
This is the language that makes webpages look nice with colors, fonts, and layouts
What is CSS
What tag is used to display an image?
What is the <img> tag?