A
B
C
100

What programming or markup language do we use to make websites?

HTML

100

What Python function do we use to make text show up on the screen.

print()

100

What language adds style and formatting to a website

CSS

200

What do we call a named place in memory that stores value

A variable

200

What symbol do we use in python to make a comment

#

200

What programming language makes run inside the browser to make websites interactive

Javascript

300

What programming language uses indentation instead of curly braces

Python

300

What python structure allows us to store multiple items in a single variable like, [1, 2, 3]

A list

300

What do we call a link in HTML

An anchor tag <a>

400

What keyword do we use in Python to create a loop that repeats a set number of times.

for

400

What Python statement checks if a condition is true or false

if

400

What is the name of the file that opens first on most websites

index.html

500

What do we call an error that stops your program from running

a syntax error

500

What data structure stores key-value pairs in Python

A dictionary

500

What CSS property changes the sizes of text

font-size