HTML in general
Text Formatting
Images and links
CSS
Tables
100

The extension that an HTML document has

What is .html?

100

This HTML element is used to highlight text with strong importance, often displayed in bold.

What is <strong>?

100

This tag is used to display an image in an HTML document.

What is the <img> tag?


100

This property is used to change the size of text.

What is font-size?

100

This tag creates a table in HTML.

What is <table>?

200

The tag that defines the main content section of an HTML document

What is <body>?

200

A horizontal line is inserted in a webpage to visually separate sections of content.

What is hr?

200

This tag is used to define hyperlinks in an HTML document.

What is the <a> tag?

200

This CSS property is used to make text bold.

What is font weight?

200

This tag is used for a table header cell.

What is <th>?

300

Displays content in

What is a line?

300

An HTML element that creates a bulleted list where items are marked with symbols like dots.

What is <ul>?

300

This attribute of the <img> tag specifies the URL of the image.

What is the src attribute?

300

This property sets the space between the content and the border of the element.

What is padding?

300

This attribute lets a cell span multiple columns.

What is colspan?

400

HTML is short for

What is Hypertext Markup Language?

400

The attribute inside a <meta> element that ensures the correct interpretation of characters such as accented letters.

What is charset=\"UTF-8\?

400

This attribute of the <img> tag provides a textual description for screen readers.

What is the alt attribute?

400

This property controls the transparency of an element.

What is opacity?

400

This tag adds a title above a table.

What is <caption>?

500

This HTML element is a block-level container used to group other elements and apply styles or scripts, but it has no semantic meaning on its own.

What is <div>?

500

In HTML, this entity represents a non-breaking space, ensuring text stays connected on the same line.

What is  ?

500

This attribute of the <a> tag opens a link in a new browser tab or window.

What is the target="_blank" attribute?

500

This is the term for a collection of rules defining how a webpage looks.

What is stylesheet?

500

This CSS property controls the space between table cells.

What is border-spacing?