HTML Tags

HTML Tags

University

7 Qs

quiz-placeholder

Similar activities

conhecimentos de HTML Caique

conhecimentos de HTML Caique

University

10 Qs

INTRODUCTION TO HTML

INTRODUCTION TO HTML

University

10 Qs

Quiz 7 Perancangan dan Pemrogrman Web 2022-1

Quiz 7 Perancangan dan Pemrogrman Web 2022-1

University

10 Qs

Recuperação de HTML e CSS

Recuperação de HTML e CSS

2nd Grade - University

10 Qs

HTML low stake quiz

HTML low stake quiz

University

8 Qs

Lecture 3

Lecture 3

University

10 Qs

HTML Basics Quiz

HTML Basics Quiz

9th Grade - University

11 Qs

Course 3 Pemrograman Web

Course 3 Pemrograman Web

University

11 Qs

HTML Tags

HTML Tags

Assessment

Quiz

Computers

University

Hard

Created by

Jamunadevi T

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The <hr> tag in HTML is used for -

  1. vertical ruler

  1. new paragraph

  1. horizontal ruler

  1. new line

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tag is the special formatting tag?

  1. <p>

  1. <b>

  1. <pre>

  1. None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to send mail in HTML?

  1. <a href = "mailto: xy@y">

  1. <a href = "xy@y">

  1. <mail xy@y</mail>

  1. None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the container for <tr>, <th>, and <td> ?

  1. <data>

  1. <table>

  1. <group>

  1. All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to insert a background image in HTML?

  1. <body background = "img.png">

  1. <img background = "img.png">

  1. <bg-image = "img.png">

  1. None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to create a list using the lowercase letters?

  1. <ol alpha = "a" >

  1. <ol type = "a">

  1. <ol letter = "a">

  1. None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to start an ordered list with the count of numeric value 4?

  1. <ol type = "1" initial = "4">

  1. <ol type = "1" begin = "4">

  1. <ol type = "1" num = "4">

  1. <ol type = "1" start = "4">