Tags in Html

Tags in Html

University

7 Qs

quiz-placeholder

Similar activities

HTML

HTML

University

10 Qs

BOOLEAN CLUB QUIZ 1

BOOLEAN CLUB QUIZ 1

University

10 Qs

Review chapter 7,and 8

Review chapter 7,and 8

University

11 Qs

Programación 2 - Segundo Parcial

Programación 2 - Segundo Parcial

University

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

TPW-S01

TPW-S01

University

6 Qs

Kuis 1 User Interface JWD

Kuis 1 User Interface JWD

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>