Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Form Designing using Canvas and CSS

Showing 81 to 90 out of 143 Questions
81.
Which is the type of CSS?
CSS ના type ક્યાં છે?
(a) Inline style
(b) Internal style
(c) External style
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

82.
External CSS file is saved with a "_______" file extension.
External CSS ફાઇલને "_______" ફાઇલ એક્સ્ટેંશનથી save કરવામાં આવે છે.
(a) .C
(b) .JS
(c) .CS
(d) .CSS
Answer:

Option (d)

83.
In CSS what does h1 can be called as
CSSમાં H1 ને શું કહી શકાય છે?
(a) Selector
(b) Attribute
(c) Value
(d) style
Answer:

Option (a)

84.
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)

85.
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)

86.
Where in an HTML document is the correct place to refer to an external style sheet?
External style sheet ને refer કરવા માટે HTML ડોકયુમેંટમાં યોગ્ય જગ્યા ક્યાં છે ?
(a) In the <head> section
<head> section માં
(b) At the end of the document
ડોકયુમેંટના end પર
(c) In the <body> section
<body> section માં
(d) Anywhere
ગમે ત્યાં
Answer:

Option (a)

87.
Which HTML tag is used to define an internal style sheet?
Internal style sheetને define કરવા માટે ક્યાં HTML ટેગ નો ઉપયોગ થાય છે?
(a) <style>
(b) <script>
(c) <css>
(d) <link>
Answer:

Option (a)

88.
Which HTML attribute is used to define inline styles?
Inline styles ને define કરવા માટે કયા HTML attributesનો ઉપયોગ થાય છે?
(a) styles
(b) style
(c) class
(d) font
Answer:

Option (b)

89.
Which is the correct CSS syntax?
CSS ની correct syntax કઈ છે?
(a) {body;color:black;}
(b) body:color=black;
(c) body {color: black;}
(d) {body:color=black;}
Answer:

Option (c)

90.
How do you insert a comment in a CSS file?
તમે CSS file માં comment કઈ રીતે ઇન્સર્ટ કરી શકો છો?
(a) ' this is a comment
(b) // this is a comment //
(c) /* this is a comment */
(d) // this is a comment
Answer:

Option (c)

Showing 81 to 90 out of 143 Questions