HTML Tags

HTML Tags

University

6 Qs

quiz-placeholder

Similar activities

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

ภาษา HTML

ภาษา HTML

University

10 Qs

Quiz 7 Perancangan dan Pemrogrman Web 2022-1

Quiz 7 Perancangan dan Pemrogrman Web 2022-1

University

10 Qs

HMTI Workshop Quiz

HMTI Workshop Quiz

University

10 Qs

Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

AM#1

AM#1

University

10 Qs

Latihan Soal HTML

Latihan Soal HTML

11th Grade - University

10 Qs

conhecimentos de HTML Caique

conhecimentos de HTML Caique

University

10 Qs

HTML Tags

HTML Tags

Assessment

Quiz

Computers

University

Medium

Created by

Jamunadevi T

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the paragraph tag in HTML?

  1. <p>

  1. <b>

  1. <pre>

  1. None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An HTML program is saved by using the ____ extension.

  1. .ht

  1. .html

  1. .hml

  1. None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program in HTML can be rendered and read by -

  1. Web browser

  1. Server

  1. Interpreter

  1. None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the root tag of the HTML document?

  1. <head>

  1. <html>

  1. <title>

  1. <body>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In HTML5, which of the following tag is used to initialize the document type?

  1. <Doctype HTML>

  1. <!DOCTYPE html>

  1. <Doctype>

  1. <\Doctype html>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to change the font face in HTML?

  1. <font name = "Calibri"> ……… </font>

  1. <font face = "Calibri"> ……… </font>

  1. <font = "Calibri"> ……… </font>

  1. None of the above