Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 51 to 60 out of 123 Questions
51.

HTML stands for _______ .

(HTML એટલે _______ .)

(a)

Hyperlinks and Text Markup Language

(b)

Hyper Text Markup Language

(c)

Home Tool Markup Language

(d)

Hyperlink Markup Language

Answer:

Option (b)

52.

Which character is used to indicate an end tag?

(End ટેગ સૂચવવા માટે કયું character વપરાય છે?)

(a)

^

(b)

<

(c)

/

(d)

*

Answer:

Option (c)

53.

All HTML tags are must be enclosed in?

(બધા HTML ટૅગ શેનાથી જોડાયેલા હોવા જોઈએ?)

(a)

? And !

(b)

< And >

(c)

{ And }

(d)

 # And #

Answer:

Option (b)

54.

Which of the following tag is used to mark a begining of paragraph?

(paragraphની શરૂઆત કરવા માટે નીચેનામાંથી કયા ટેગનો ઉપયોગ થાય છે?)

(a)

<TD>

(b)

<BR>

(c)

<P>

(d)

<TR>

Answer:

Option (c)

55.

Correct HTML tag for the largest heading is _______.

(સૌથી મોટા heading માટે correct HTML tag _______.)

(a)

<head>

(b)

<h6>

(c)

<heading>

(d)

<h1>

Answer:

Option (d)

56.

What should be the first tag in any HTML document?

(કોઈપણ HTML ડોકયુમેંટમાં પહેલો ટેગ શું હોવો જોઈએ?)

(a)

<html>

(b)

<head>

(c)

<title>

(d)

<document>

 

Answer:

Option (a)

57.

The <body> tag is usually used after

(<body> ટેગ સામાન્ય રીતે _______ પછી વપરાય છે.)

(a)

HTML tag

(b)

EM tag

(c)

TITLE tag

(d)

HEAD tag

Answer:

Option (d)

58.

Which HTML element defines the title of a document?

(કયા HTML એલિમેંટ ડોકયુમેંટના titleને define કરે છે?)

(a)

<head>

(b)

<title>  

(c)

<meta>

(d)

<h1>

Answer:

Option (b)

59.

Which of the following is a container?

(નીચેના માથી ક્યાં ટેગ container ટેગ છે?)

(a)

<SELECT>

(b)

<HR>

(c)

<INPUT>

(d)

<BR>

Answer:

Option (a)

60.

How can you make a numbered list?

(તમે number વાળું list કેવી રીતે બનાવી શકો?)

(a)

<dl>

(b)

<list>

(c)

<ol>

(d)

<ul>

Answer:

Option (c)

Showing 51 to 60 out of 123 Questions