Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 1 to 10 out of 123 Questions
1.

Tags which have only opening and no ending are called _______.

(ટૅગ્સ કે જેનું ફકત opening જ હોય છે અને ending ન હોય તેવા ટૅગ્સ ને _______ કહેવામાં આવે છે?)

(a)

Container Tags

 

(b)

Empty Tags

 

(c)

Closing Tags

 

(d)

Noending Tags

 

Answer:

Option (b)

2.

Which extension use to provide save the HTML file?

(HTML ફાઇલને save માટે કયા એક્સ્ટેંશનનો ઉપયોગ થાય છે?)

(a)

.html

(b)

.htm

(c)

.ht

(d)

.html & .htm

Answer:

Option (d)

3.

HTML comments start with <!-- and end with -->

(HTML comments <! -- થી શરૂ થાય છે અને --> સાથે સમાપ્ત થાય છે.)

(a)

FALSE

(b)

TRUE

Answer:

Option (b)

4.

Correct HTML to right align the content inside a table cell is

(ટેબલ cell ની અંદર content ને left align કરવા માટે ક્યો  HTML છે?)

(a)

<tdright>

(b)

<td raligh = "right" >

(c)

<td align = "right">

(d)

<td rightalign>

Answer:

Option (c)

5.

How can you make a bulleted list?

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

(a)

<list>

(b)

<dl>

(c)

<ul>  

(d)

<ol>

Answer:

Option (c)

6.

What tag is used to display a picture in a HTML page?

(HTML પેજમાં પિક્ચર ડિસ્પ્લે કરવા માટે કયા ટેગનો ઉપયોગ થાય છે?)

(a)

picture

(b)

img

(c)

src

(d)

image

Answer:

Option (b)

7.

What is the correct HTML tag for inserting a line break?

(લાઇન બ્રેક ઇન્સર્ટ કરવા માટે સાચો HTML ટેગ શું છે?)

(a)

<break />

(b)

<br />

(c)

<lb />

(d)

<nbsp>

Answer:

Option (b)

8.

Which of the following is a declaration for an HTML document?

(HTML ડોકયુમેંટના declaration માટે નીચેના માથી ક્યુ વપરાય છે?)

(a)

<html>.....</html>

(b)

 <!DOCTYPE Html>

(c)

<body>.....</body>

(d)

<p>.....</p>

Answer:

Option (b)

9.

Which element represents a control for generating a public-private key pair?

(public-private key pair ને જનરેટ કરવા માટેનો કંટ્રોલ ક્યો એલિમેંટ represent કરે છે?)

(a)

Keygen

(b)

Ins

(c)

Key 

(d)

Command

Answer:

Option (a)

10.

What is the correct HTML for inserting an image?

(Image ઇન્સર્ટ કરવા માટે યોગ્ય HTML શું છે?)

(a)
<img alt="MyImage">image.gif</img> 
(b)
<img href="image.gif" alt="MyImage">
(c)
<img src="image.gif" alt="MyImage"> 
(d)
<image src="image.gif" alt="MyImage">
Answer:

Option (c)

Showing 1 to 10 out of 123 Questions