Test your Knowledge

Test your Knowledge

University

10 Qs

quiz-placeholder

Similar activities

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Lecture 3

Lecture 3

University

10 Qs

HTML

HTML

University

15 Qs

HTML Basics

HTML Basics

University

11 Qs

HTML BASICS 1

HTML BASICS 1

University

15 Qs

Recap on CSS

Recap on CSS

University

11 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

Test your Knowledge

Test your Knowledge

Assessment

Quiz

Computers

University

Hard

Created by

Mardhiyah Ahmad

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the <p> tag in HTML?

It defines a paragraph of text.

It creates a page break.

It draws a horizontal line.

It highlights text.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the <sup> tag represent in HTML?

Subscript text

Italic text

Superscript text

Strong emphasis text

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of the <mark> element in HTML5?

It creates an underlined text.

It draws a horizontal line.

It defines a block of code.

It highlights text for reference.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Write this paragraph in HTML.

The formula is tan(45°) = 1

<p>The formula is tan(45&deg;) = 1</p>

The formula is tan(45&deg;) = 1

<p>The formula is tan(45<sup>o</sup>) = 1</p>

<p>The formula is tan(45<sub>o</sub>) = 1</p>

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In HTML, what is the typical rendering of a text enclosed in <em> tags?

Bold text

Italicized text

Underlined text

Subscript text

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the typical use of comments in HTML for web developers?

To create visible messages for users.

To hide content from search engines.

To explain and document the code for developers.

To style elements with custom fonts and colors.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following statements is FALSE about HTML?

HTML stands for “Hyper Text Markup Language.”.

HTML files are commonly saved with either a .htm or .html extension.

HTML is used for structuring content on the web.

HTML tags must only be written in lowercase.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?