What programming or markup language do we use to make websites?
HTML
What Python function do we use to make text show up on the screen.
print()
What language adds style and formatting to a website
CSS
What do we call a named place in memory that stores value
A variable
What symbol do we use in python to make a comment
#
What programming language makes run inside the browser to make websites interactive
Javascript
What programming language uses indentation instead of curly braces
Python
What python structure allows us to store multiple items in a single variable like, [1, 2, 3]
A list
What do we call a link in HTML
An anchor tag <a>
What keyword do we use in Python to create a loop that repeats a set number of times.
for
What Python statement checks if a condition is true or false
if
What is the name of the file that opens first on most websites
index.html
What do we call an error that stops your program from running
a syntax error
What data structure stores key-value pairs in Python
A dictionary
What CSS property changes the sizes of text