Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 61 to 70 out of 123 Questions
61.

How many heading tags are there in HTML5?

(HTML5 માં કેટલા heading tags છે?)

(a)

2

(b)

3

(c)

5

(d)

6

Answer:

Option (d)

62.

How can you open a link in a new browser window?

(નવા બ્રાઉઝર વિંડોમાં તમે લિંક કેવી રીતે ખોલી શકો છો?)

(a)

<a href = "url" target = "new">

(b)

<a href = "url" target= "_blank">

(c)

<a href = "url".new>

(d)

<a href = "url" target ="open">

Answer:

Option (b)

63.

What is the correct HTML for creating a hyperlink?

(હાયપરલિંક બનાવવા માટે યોગ્ય HTML શું છે?)

(a)

<a Href="http://www.example.com">example</a>

(b)

 <a Name="">A</a>

(c)

<a Url="http://www.example.com">example</a>

(d)

<a>B</a>

Answer:

Option (a)

64.

Which of the following HTML Elements is used for making any text bold ?

(કોઈપણ લખાણને બોલ્ડ બનાવવા માટે નીચેનામાંથી કયા HTML એલિમેંટનો ઉપયોગ થાય છે?)

(a)

<p>

(b)

<i>

(c)

<li>

(d)

<b>

Answer:

Option (d)

65.

Which HTML element is used to define the description data?

(Description ડેટાને define કરવા માટે ક્યુ HTML એલિમેંટ વપરાય છે?)

(a)

<dt>

(b)

<dd>

(c)

<li>

(d)

<dl>

Answer:

Option (b)

66.

HTML links are defined with <a> tag and address is specified by attribute _______.

(HTML links <a> tag સાથે define કરવામાં આવે છે અને એડ્રૈસ _______ attribute દ્વારા define થાય છે.)

(a)

Href

(b)

Hlink

(c)

Src

(d)

Src-link

Answer:

Option (a)

67.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

(જો image display થતી ન હોય, તો કયા HTML attributes image માટે alternate textનો ઉલ્લેખ કરે છે?)

(a)

alt  

(b)

src

(c)

title

(d)

longdesc

Answer:

Option (a)

68.

The <HR> tag is used for _______.

(<HR> ટેગ નો ઉપયોગ _______ માટે થાય છે.)

(a)

Horizontal ruler

(b)

New line text 

(c)

New pargraph

(d)

Vertical ruler

Answer:

Option (a)

69.

<INPUT> is _______.

(<INPUT> એ _______  ટેગ છે.)

(a)

format tag

(b)

empty tag

(c)

container tag

(d)

blank tag

Answer:

Option (b)

70.

Which of these elements are all <table> elements?

(આમાંના કયા એલિમેંટ બધા <table> એલિમેંટ છે?)

(a)

<thead><body><tr>

(b)

<table><tr><td>  

(c)

<table><head><tfoot>

(d)

<table><tr><tt>

Answer:

Option (b)

Showing 61 to 70 out of 123 Questions