HTML is used to do this for a website
What is create the structure?
CSS is used to do this for a website.
What is make it look nice/style it?
Python is an example of this type of language.
What is programming language?
This device is used to type letters and numbers into a computer.
What is a keyboard?
This is a set of instructions a computer follows.
What is a program?
This HTML tag is used to create a paragraph of text.
What is <p>?
This CSS property changes the color of text
What is color?
This Python command shows text on the screen.
What is print ()?
This device is used to point, click, and scroll.
What is a mouse?
Errors in a code are called this.
What are bugs?
This tag is used to add a pictutre to a webpage
What is <img>?
This CSS property is used to change the background of a page.
What is background-color?
This is used to store info in Python.
What is a variable?
This part of the computer shows picture and text.
What is a monitor?
This process finds and fixes bugs in code.
What is debugging?
This HTML tag is used to make the largest heading on a webpage.
What is <h1>?
This CSS property changes the size of text.
What is font-size?
This data type is used to store words or text.
What is a string?
This term describes information stored on a computer
What is data?
This word describes code that runs in order from top to bottom.
What is sequence?
This HTML tag creates a clickable link
What is <a>?
CSS is usually written inside this type of file.
What is a . css file?
This Python statement is used to check a condition.
What is an if statement
This is the physical part of a computer that you can touch.
What is hardware?
This tells a computer to repeat steps.
What is a loop?