HTML I
CSS I
HTML II
CSS II
Wildcard
100

This element is used to define the largest heading in an HTML document.



What is '<h1>'?

100

This property sets the color of the text in an element.

What is 'color'?

100

This element represents the content of an HTML document. There can only be one in a document

What is '<body>'?

100

This property is used to align items along the main axis in a flex container.

What is 'justify-content'?

100

The language used to structure the content of web pages.

What is 'HTML' (HyperText Markup Language)?

200

This attribute is used to provide alternative text for an image, useful for accessibility.

What is 'alt'?

200

This property is used to set the style of the border, such as solid, dotted, or dashed.

What is 'border-style'?

200

This attribute is used in the <input> element to predefine a value when the page loads.

What is 'value'?

200

This property determines how an element should behave when it reaches the edge of its containing block.

What is 'overflow'?

200

This protocol is used to transfer web pages from a server to a browser.

What is 'HTTP' (HyperText Transfer Protocol)?

300

This element is used to create a dropdown list in a form.

What is '<select>'?

300

The property used to change the capitalization of text, such as uppercase or lowercase.


What is 'text-transform'?

300

This attribute specifies that an input field must be filled out before submitting the form.

What is 'required'?

300

This property is used to set how flex items are placed in the flex container, defining the space between and around content items along the cross-axis.

What is 'align-content'

300

This term describes a collection of pre-written code that simplifies the implementation of common tasks in programming.

What is a 'library'?

400

This element is used to create a container for an external JavaScript file.

What is '<script>'?

400

The CSS property used to define the radius of an element's corners.

What is 'border-radius'?

400

The attribute used to group several input fields into one logical group in a form.

What is 'name'?

400

The property used to create a responsive grid layout with rows and columns.

What is 'grid-template-areas'?

400

This JavaScript(DOM) method is used to select an element by its ID.

What is '.getElementById()'?

500

This element represents a section of a document that links to other documents or parts of the document

What is '<nav>'?

500

The CSS property used to specify the alignment of block-level elements such as divs.

What is 'text-align'? 

500

 This element is used in forms to group several controls into a related set and provide a label for the group.

What is '<fieldset>'?

500

The CSS property used to define how a background image or color is positioned within an element.

What is 'background-clip'?

500

The term for a link that points to another webpage or resource.

What is a 'hyperlink'?

M
e
n
u