What tag is used to make a paragraph?
<p>
what dose css stand for?
Cascading Style Sheets
what function displays text on the screen
Print()
what device is used to type on a computer
Keyboard
what do we call mistakes in code
Bugs
What tag is used to insert an image?
<img>
What css property changes text color
color
what symbol starts a comment in python
#
what dose CPU stand for?
Central Processing unit
what is a variable
a container that stores data
What tag creates hyperlink?
<a>
what symbol is used to select a class
. (dot
what data type stores true or false
Boolean (bool)
what part of the computer stores files permanently?
Hard drive/SSD
what is an algorithm
A step-by-step set of instructions
What tag is the largest heading?
<h1>
what css property changes the background color
background-color
what loop repeats code while a condition is true?
While loop
what dose RAM do
temporarily stores data for running programs
what dose IDE stand for
integrated development environment.
what tag contains all visible content on a webpage?
<Body>
what layout system helps align items in rows or columns
FlexBox
what keyword is used to create a function
def
what software controls the computer and runs programs
Operating System
what is debugging?
Finding and fixing errors in code