O level web design mcq questions

HTML TOP 50 MCQS 

O level web design mcq questions

If you are searching html mcqs for any type of exam then you are on right place. Here you will learn O level web design mcq questions.

1) HTML stands for –

HighText Machine Language

HyperText and links Markup Language

HyperText Markup Language

None of these

 

2) The correct sequence of HTML tags for starting a webpage is –

Head, Title, HTML, body

HTML, Body, Title, Head

HTML, Head, Title, Body

HTML, Head, Title, Body

 

3) Which of the following element is responsible for making the text bold in HTML?

<pre>

<a>

<b>

<br>

 

4) Which of the following tag is used for inserting the largest heading in HTML?

<h3>

<h1>

<h5>

<h6>

 

5) Which of the following tag is used to insert a line-break in HTML?

<br>

<a>

<pre>

<b>

 

6) How to create an unordered list (a list with the list items in bullets) in HTML?

<ul>

<ol>

<li>

<i>

 

7) Which character is used to represent the closing of a tag in HTML?

\

!

/

.

 

8) How to create a hyperlink in HTML?

<a href = “www.olevel.com”> olevelguruji </a>

<a url = “www.olevelguruji.com”olevelguruji /a>

<a link = “www.javatpoint.com”> olevelguruji </a>

<a> www.javatpoint.com <olevelguruji /a>

 

9) How to create an ordered list (a list with the list items in numbers) in HTML?

<ul>

<ol>

<li>

<i>

 

10) Which of the following element is responsible for making the text italic in HTML?

<i>

<italic>

<it>

<pre>

 

11) How to insert an image in HTML?

<img href = “jtp.png” />

<img url = “jtp.png” />

<img link = “jtp.png” />

<img src = “jtp.png” />

 

12) How to add a background color in HTML?

<marquee bg color: “red”>

<marquee bg-color = “red”>

<marquee bgcolor = “red”>

<marquee color = “red”>

 

13) <input> is –

a format tag.

an empty tag.

All of the above

None of the above

 

14) Which of the following tag is used to make the underlined text?

<i>

<ul>

<u>

<pre>

 

15) How to create a checkbox in HTML?

<input type = “checkbox”>

<input type = “button”>

<checkbox>

<input type = “check”>

 

16) Which of the following tag is used to define options in a drop-down selection list?

<select>

<list>

<dropdown>

<option>

 

17) HTML tags are enclosed in-

AD

# and #

{ and }

! and ?

< and >

 

18) Which of the following tag is used to add rows in the table?

<td> and </td>

<th> and </th>

<tr> and </tr>

None of the above

 

19) The <hr> tag in HTML is used for –

new line

vertical ruler

new paragraph

horizontal ruler

 

20) Which of the following attribute is used to provide a unique name to an element?

class

id

type

None of the above

 

21) Which of the following HTML tag is used to display the text with scrolling effect?

<marquee>

<scroll>

<div>

None of the above

 

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

<p>

<b>

<pre>

None of the above

 

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

<a href = “mailto: xy@y”>

<a href = “xy@y”>

<mail xy@y</mail>

None of the above

 

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

<data>

<table>

<group>

All of the above

यूपी पुलिस कांस्टेबल भर्ती 2024 60244 पद

25) How to insert a background image in HTML?

<body background = “img.png”>

<img background = “img.png”>

<bg-image = “img.png”>

None of the above

 

26) What are the types of unordered or bulleted list in HTML?

disc, square, triangle

polygon, triangle, circle

disc, circle, square

All of the above

 

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

<ol alpha = “a” >

<ol type = “a”>

<ol letter = “a”>

None of the above

libreoffice impress mcq questions in hindi

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

<ol type = “1” initial = “4”>

<ol type = “1” begin = “4”>

<ol type = “1” num = “4”>

<ol type = “1” start = “4”>

 

29) Which of the following HTML attribute is used to define inline styles?

style

type

class

None of the above

 

30) Which of the following is the paragraph tag in HTML?

<p>

<b>

<pre>

None of the above

 

31) An HTML program is saved by using the ____ extension.

.ht

.html

.hml

None of the above

 

32) A program in HTML can be rendered and read by –

Web browser

Server

Interpreter

None of the above

 

33) The tags in HTML are –

case-sensitive

in upper case

not case sensitive

in lowercase



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

<body>

<head>

<title>

<html>

For Live Class click on the link 

https://youtu.be/YXM6nX3raGA

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

<Doctype HTML>

<\Doctype html>

<Doctype>

<!DOCTYPE html>

 

36) Which of the following tag is used to create a combo box (or drop-down box)?

<list>

<select>

<input type = “dropdown”>

<ul>

 

37) Which of the following are the attributes of the

Top of Form

tag?

method

action

Both (a) & (b)

None of the above

 

38) Which is the correct way to comment out something in HTML?

Using ## and #

Using <!– and –>

Using </– and -/->

Using <!– and -!>

 

39) Which HTML tag is used to display the power in expression, i.e., (x– y2)?

<sup>

<sub>

<p>

None of the above

 

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

<font name = “Calibri”> ……… </font>

<font face = “Calibri”> ……… </font>

<font = “Calibri”> ……… </font>

None of the above

 

41) . The most basic element of any HTML page is

a) ASCII text
b) text
c) BCD text
d) None of the above

 

42). To separate single list, use

a) <ol> and </ol>
b) <ul> and </ul>
c) <li> and </li>
d) All of the above

 

43) To create a numbered list, use

a) <il>
b) <ol>
c) <ul>
d) <li>

 


44). Which of the following is italic tag

a) <LI>
b) <II>
c) <IT>
d) <I>

 

45) HTML is simple than

a) SGML
b) CTML
c) STML
d) None of the above

 

46). Why should you specify a background color if you are using an image for the actual background of your page?

a) So the text shows up better
b) In case the image doesn’t fit right
c) The background color will be shown until the image loads
d) None of the above

 

47). Which attribute is used to name an element uniquely?

a) class
b) id
c) dot
d) All of the above

 

48) . Text within <strong> tag is displayed as

a) list
b) italic
c) underline
d) bold

 

49) To create a combo box which tag will you use?

a) <select>
b) <list>
c) <input type=”dropdown”>
d) None of the above

 

50 . Which tag create a check box for a form in HTML?

a) <checkbox>
b) <select>
c) <input type=“checkbox”>
d) None of the above

 Also Check

libreoffice impress mcq questions in hindi

CSS table style with examples

 

Leave a Comment