HTML
CSS
Python
Beginner Level
intermediate
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.

100

What does HTML stand for?

HyperText Markup Language

200

What is the Largest heading Tag

<h1>

200

What is the CSS selector that is used to target an ID?

#idname 

200

What are loops in Python?

Loops execute a block of code repeatedly.

200

What does CSS stand for?

Cascading Styling Sheets

300

What does a hyperlist tag look like?

<a>

300

Property that changes background color

background-color

300

What is a function?

A block of reusable code.

300

What is python used for? 

Web development, data analysis, automation, AI, and games.

400

Purpose of the <p> tag

It defines a paragraph of text

400

What is a CSS selector

A selector chooses which HTML elements the CSS rules apply to 

400

What is a dictionary?

A collection of key-value pairs.

400

What are variables?

Containers for storing data.

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.

500

What does <!DOCTYPE html> mean?

It tells the web browser to use modern web standards (HTML5) to render the page.

M
e
n
u