HTML
CSS
Python
100

Basic HTML structure?

<!DOCTYPE html>, <html>, <head>, <body>

100

Basic purpose of CSS

CSS is used to style and layout HTML elements.

100

What are conditional statements?

They control the flow of execution.

200

Largest heading Tag

<h1>

200

CSS selector used to target an ID

#idname 

200

What are loops in Python?

Loops execute a block of code repeatedly.

300

hyperlist tag

<a>

300

Property that changes background color

background-color

300

What is a function?

A block of reusable code.

400

Purpose of the <p> tag

It defines a paragraph of text

400

what a CSS selector is 

A selector chooses which HTML elements the CSS rules apply to 

400

What is a dictionary?

A collection of key-value pairs.

500

What the <title> element does

Its sets the text shown in the browser tab

500
Property that changes text color

color

500

What is an interpreted language?

An interpreted language executes code line by line at runtime rather than compiling it first.