HTML Tags

HTML Tags

University

6 Qs

quiz-placeholder

Similar activities

pemograman web

pemograman web

University

10 Qs

Web

Web

University

10 Qs

HTML

HTML

University

10 Qs

Test 01 - Basics of Web Design

Test 01 - Basics of Web Design

University

10 Qs

HTML14-02-23

HTML14-02-23

University

10 Qs

HTML

HTML

5th Grade - University

10 Qs

Aprendiendo HTML y CSS

Aprendiendo HTML y CSS

3rd Grade - University

10 Qs

HTML

HTML

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