Join game?
Enter PIN:

HTML and CSS

3.6
(53 votes)
8 questions
English
AI Generated
Test your knowledge on HTML and CSS, the building blocks of web development.
1
48 random squares
AI Generated

What does HTML stand for?

Hypertext Markup Language

Hyperlink Markup Language

Hypertext Markdown Language

54% got this right

HTML is the standard language for creating web pages.
2
48 random squares
AI Generated

What does CSS stand for?

Cascading Style Sheets

Cascading Style Scripts

Creative Style Sheets

55% got this right

CSS is used to control the appearance of HTML elements on a web page.
3
48 random squares
AI Generated

How many HTML heading elements are there?

1
6
12

Easy  81% got this right

HTML headings range from <h1> to <h6>.
4
48 random squares
AI Generated

Which of these are valid CSS units?

Em

Px

Rem

Ex

70% got this right

CSS units are used to specify sizes, distances, and other measurements.
5
48 random squares
AI Generated

Which HTML tag is used to create a hyperlink?

<a>

<href>

<link>

Hard  29% got this right

The <a> tag is used with the 'href' attribute to create hyperlinks.
6
48 random squares
AI Generated

Which CSS property is used to change the text color?

Color

Font-color

Text-color

Hard  33% got this right

The 'color' property is used to set the text color of an element.
7
48 random squares
AI Generated

Arrange these HTML tags in the order they should appear in a basic HTML structure.

1.

<!DOCTYPE html>

2.

<html>

3.

<head>

4.

<body>

Easy  94% got this right

A basic HTML structure starts with the doctype declaration, followed by the opening <html> tag, <head> tag, and <body> t
8
48 random squares
AI Generated

Which CSS property is used to set the background color of an element?

Background-color

Background

Bg-color

50% got this right

The 'background-color' property is used to set the background color of an element.