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

100

What is the difference between semantic and non-semantic HTML elements?

semantic elements describe meaning (<header>, <article>)

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

200

why are semantic tags important?

They improve accessibility and SEO by helping screen readers and search engines understand content.

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.

300

Difference between <section>, <article>, and <div>?

<section>: themed groups

<article>: standalone content

<div>: generic container

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.

400

Purpose of the alt attributes?

Provides text for accessibility and when images fail to load.

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.

500

How do HTML forms work?

They collect input and send data to a server using an action URL.

M
e
n
u