Mastering HTML Basics

Mastering HTML Basics

University

10 Qs

quiz-placeholder

Similar activities

Examen

Examen

University

10 Qs

Web Dev

Web Dev

University

15 Qs

HTML & CSS Quizz

HTML & CSS Quizz

University

10 Qs

Introduction to HTML - Part 1

Introduction to HTML - Part 1

University

10 Qs

Frontend batch Quiz- 1

Frontend batch Quiz- 1

University

9 Qs

IMD318 - Basic HTML Structure

IMD318 - Basic HTML Structure

University

15 Qs

Quize on c language and html

Quize on c language and html

University

15 Qs

Quiz 01

Quiz 01

University

13 Qs

Mastering HTML Basics

Mastering HTML Basics

Assessment

Quiz

Other

University

Medium

Created by

farah albouchi

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an HTML element?

An HTML element is a component of an HTML document defined by a start tag, content, and an end tag.

An HTML element is a type of programming language.

An HTML element is a standalone document without tags.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to insert an image in HTML?

<image src="image.jpg">

<img link="image.jpg">

<img src="image.jpg" alt="description">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a hyperlink in HTML?

src

link

href

target

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create an ordered list in HTML?

  1. <ul>

  1. <ol>

<list>

<li>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to create a table in HTML?

<tab>

<table>

<tbody>

<tr>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a comment in HTML?

<!-- comment -->

<comment>

<# comment >

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does the <input> element require a closing tag?

yes

no

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?