Html Comment and List element

Html Comment and List element

12th Grade

8 Qs

quiz-placeholder

Similar activities

Bài 9 Tạo danh sách, bảng

Bài 9 Tạo danh sách, bảng

12th Grade - University

10 Qs

Basic HTML & HTML5

Basic HTML & HTML5

University

11 Qs

Web Design: Basics of HTML and CSS

Web Design: Basics of HTML and CSS

9th - 12th Grade

10 Qs

INTRODUCTION TO HTML

INTRODUCTION TO HTML

University

10 Qs

Teszt_HTML_alapok_III.

Teszt_HTML_alapok_III.

9th - 12th Grade

10 Qs

Quiz 7 Perancangan dan Pemrograman Web 2021-2

Quiz 7 Perancangan dan Pemrograman Web 2021-2

University

10 Qs

Quiz 7 Perancangan dan Pemrogrman Web 2022-1

Quiz 7 Perancangan dan Pemrogrman Web 2022-1

University

10 Qs

HTML

HTML

12th Grade

12 Qs

Html Comment and List element

Html Comment and List element

Assessment

Quiz

Computers

12th Grade

Medium

Created by

KHAIRUNNISA HASSAN

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for writing a comment in HTML?

  • <!-- This is a comment -->

  • <-- This is a comment-->

  • /* This is a comment */

  • // This is a comment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Are HTML comments visible in the browser?

Yes

No

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the purpose of using comments in HTML?

reminders in your HTML code

used to hide content

used to color the content

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define an unordered list in HTML?

<ol>

  • <ul>

  • <li>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define an ordered list in HTML?

<ul>

  • <ol>

<li>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output

Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output?

Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Check the syntax

True

False