Tags in Html

Tags in Html

University

7 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

University

10 Qs

8-sinf Cambridge II chorak

8-sinf Cambridge II chorak

8th Grade - University

10 Qs

Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

AM#1

AM#1

University

10 Qs

Programación 2 - Segundo Parcial

Programación 2 - Segundo Parcial

University

10 Qs

Kuis Web Desain Teori

Kuis Web Desain Teori

University

10 Qs

Web Services

Web Services

University

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

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>