Html Comment and List element

Html Comment and List element

12th Grade

8 Qs

quiz-placeholder

Similar activities

HTML

HTML

12th Grade

10 Qs

HTML & CSS Skill #1

HTML & CSS Skill #1

12th Grade

12 Qs

Web Development Revision 2

Web Development Revision 2

University

10 Qs

HTML

HTML

12th Grade

10 Qs

WEB DESIGN

WEB DESIGN

University

12 Qs

Coding the Web #1

Coding the Web #1

9th - 12th Grade

10 Qs

HTML Review

HTML Review

6th Grade - University

13 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