Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 21 to 30 out of 123 Questions
21.

Which HTML tag is used to play a soundtrack in the background?

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

(a)

<bgsound>

(b)

<sound>

(c)

<backgroundmedia>

(d)

<backgroungsound>

Answer:

Option (a)

22.

To start a list at the count of 3, use

(લિસ્ટમાં count 3 થી શરૂ કરવા માટે શેનો ઉપયોગ થાય છે?)

(a)

<ol begin="3">

(b)

<ol list="3">

(c)

<ol start="3">

(d)

<ol num="3">

Answer:

Option (c)

23.

When making bullets lists, which option do you have?

(બુલેટ્સનું લિસ્ટ બનાવતી વખતે, તમારી પાસે કયો વિકલ્પ છે?)

(a)

square, disc, polygon

(b)

triangle, disc, circle

(c)

triangle, square, circle

(d)

disc, circle, square

Answer:

Option (d)

24.

Special characters are enclosed using __________ and _________.

(__________અને _________ નો ઉપયોગ કરીને સ્પેશિયલ અક્ષર એની અંદર આવે છે.)

(a)

 : and $

(b)

; and #

(c)

& and ;

(d)

& and $

Answer:

Option (c)

25.

_________ defines how HTML elements are to be displayed.

(_______ એ HTML એલિમેંટ કેવી રીતે ડિસ્પ્લે થાય છે તે define કરે છે.)

(a)

XML

(b)

Ajax

(c)

CSS

(d)

DOM

Answer:

Option (c)

26.

In CSS what does h1 can be called as

(CSSમાં H1 ને શું કહી શકાય છે?)

(a)

Selector

(b)

Attribute

(c)

Value

(d)

Style

Answer:

Option (a)

27.

Which is the correct syntax of inline CSS?

(Inline CSS ની syntax શું છે?)

(a)
<tag style:"property1: value; property2: value;"> </tag>
(b)
<tag style="property1: value; property2: value;"> </tag>
(c)
<tag style="property1: value", "property2: value"> </tag>
(d)
<tag style="property1; value; property2; value;"> </tag>
Answer:

Option (b)

28.

Where in an HTML document is the correct place to refer to an external style sheet?

External style sheet ને refer કરવા માટે HTML ડોકયુમેંટમાં યોગ્ય જગ્યા ક્યાં છે?

(a)

In <head> section 

<head> section માં

(b)

On the end of Document

ડોકયુમેંટના end પર

(c)

In <body> section

<body> section માં

(d)

Any where

ગમે ત્યાં

Answer:

Option (a)

29.

Which is the correct CSS syntax?

(CSS ની સાચી syntax કઈ છે?)

(a)

{body;color:black;}  

(b)

body:color=black;

(c)

body {color: black;}  

(d)

{body:color=black;}

Answer:

Option (c)

30.

What is the correct HTML syntax for referring to an external style sheet?

(External style sheet ને define કરવા માટે યોગ્ય HTML syntax શું છે?)

(a)
<link rel="stylesheet" type="text/css" href="mystyle.css">  
(b)
<stylesheet>mystyle.css</stylesheet>
(c)
<style src="mystyle.css">
(d)
<a rel="stylesheet" type="text/css" href="mystyle.css">  
Answer:

Option (a)

Showing 21 to 30 out of 123 Questions