Fundamentals of HTML

Fundamentals of HTML

University

10 Qs

quiz-placeholder

Similar activities

JS Quiz

JS Quiz

6th Grade - University

10 Qs

QUIZ GAME

QUIZ GAME

11th Grade - University

10 Qs

HTML

HTML

7th Grade - University

8 Qs

eDIVE: HTML, CSS and JavaScript

eDIVE: HTML, CSS and JavaScript

University

10 Qs

UTS Pemrograman Berbasis Web

UTS Pemrograman Berbasis Web

University

15 Qs

Web Programming Quiz in Portuguese

Web Programming Quiz in Portuguese

University

10 Qs

Unit: IV MongoDB and Node.js Quiz

Unit: IV MongoDB and Node.js Quiz

12th Grade - University

14 Qs

Kiểm tra kiến thức về HTML + CSS

Kiểm tra kiến thức về HTML + CSS

University

10 Qs

Fundamentals of HTML

Fundamentals of HTML

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Affan Shaikh

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText MultiLanguage

HyperText Markup Language

Hyperlink Text Markup Language

HighText Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define the root of an HTML document?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the tag in HTML?

The tag is for defining the layout of the webpage.

The tag is used to contain meta-information about the HTML document.

The tag is used to display the main content of the page.

The tag is used to include images and videos in the document.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a hyperlink in HTML?

Click here

Click here

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to insert an image in HTML?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element for inserting a line break?



7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an unordered list in HTML?

Use

    to start the list and
  1. for each item.

Wrap the list in

tags and use for each entry.

Use to create the list and for each item.

Use

    to start the list and
  • for each item.