Tags in Html

Tags in Html

University

7 Qs

quiz-placeholder

Similar activities

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

HTML

HTML

University

10 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

Как хорошо ты знаешь HTML ?

Как хорошо ты знаешь HTML ?

University

10 Qs

Quiz 1: HTML & CSS

Quiz 1: HTML & CSS

University

10 Qs

Domande su HTML

Domande su HTML

12th Grade - University

11 Qs

Create a Website 1

Create a Website 1

KG - University

10 Qs

HTML/CSS Scenario Based Questions and Answers

HTML/CSS Scenario Based Questions and Answers

University

10 Qs

Tags in Html

Tags in Html

Assessment

Quiz

Computers

University

Hard

Created by

Jamunadevi T

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

< p > This paragraph contains some < em > emphasized text. < /p > < /em >.

The following is ........

Correct

Wrong

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

< p > You < em > must < /em > remember to close elements in XHTML. < /p >

What is the output?

You < em > must < /em > remember to close elements in XHTML.

You must remember to close elements in XHTML.

You must remember to close elements in XHTML

You remember to close elements in XHTML

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct sequence of HTML tags for starting a webpage is -

  1. Head, Title, HTML, body

  1. HTML, Body, Title, Head

  1. HTML, Head, Title, Body

  1. HTML, Head, Title, Body

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to insert an image in HTML?

  1. <img src = "jtp.png" />

  1. <img link = "jtp.png" />

  1. <img url = "jtp.png" />

  1. <img href = "jtp.png" />

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a checkbox in HTML?

  1. <input type = "checkbox">

  1. <input type = "button">

  1. <checkbox>

  1. <input type = "check">

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a button in HTML?

  1. <input type = "checkbox">

  1. <input type = "button">

  1. <checkbox>

  1. <input type = "check">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to define options in a drop-down selection list?

  1. <option>

  1. <dropdown>

  1. <list>

  1. <select>