1.Advanced Web Designing.
Que.2.True/False [10 Marks]
हॅलो,विद्यार्थी मित्रानो प्रश्न क्रमांक.२. True/False.हा प्रश्न एकूण १० मार्कसाठी असतो.यामध्ये एकूण १० प्रश्न १० मार्कसाठी असतात. प्रत्येकी एक गुण असतो.
इतर सर्व CHAPTER मधील TRUE / FALSE साठी POST मधील लिंकवर क्लिक करा.
Que.2.True/False [10 Marks]
Que.No. | Description | No of Questions | Marks |
---|---|---|---|
2 | True/False | 10 | 10 |
Que.2.True/False [10 Marks]
1.The number input type can be used for entering a numerical value.
True The number input type can be used for entering a numerical value
2.<input type="img">elements of type image are used to create graphical submit buttons
CHAPTER 2.ADVANCED JAVASCRIPT
3.You can use the placeholder attribute to help users in entering the correct format for a phone number.
True You can use the placeholder attribute to help users in entering the correct format for a phone number.
4.A disabled input field is unusable and un-clickable.
True A disabled input field is unusable and un-clickable.
5.A read-only input field can be modified.
False A read-only input field cannot be modified.
6.The input multiple attribute specifies that the user is allowed to enter one value in an input field.
False The input multiple attribute specifies that the user is allowed to enter more than one value in an input field.
7.CSS allows you to control the looks and feel of several pages by changing a single source.
True CSS allows you to control the looks and feel of several pages by changing a single source.
8.The declaration block can contain one or more declarations separated by a colon.
False The declaration block can contain one or more declarations separated by a semicolon.
9.An inline CSS is used to apply a unique style to a single HTML element.
True An inline CSS is used to apply a unique style to a single HTML element.
10.An inline CSS uses the style tag of an HTML element.
False An inline CSS uses the style attribute of an HTML element.
11.An internal CSS is used to define a style for a single HTML page.
True An internal CSS is used to define a style for a single HTML page.
CHAPTER 4.EMERGING TECHNOLOGIES
True An external style sheet is used to define the style for many HTML pages.
False It is written with the hash character(#) followed by the id name.
True An id is always unique within the page so it is unique element.
True The class selector is used when you want change a group of elements within your HTML page.
12.An external style sheet is used to define the style for many HTML pages.
True An external style sheet is used to define the style for many HTML pages.
13.CSS ID selector is written with the period character(.) followed by the id name.
False It is written with the hash character(#) followed by the id name.
14.An id is always unique within the page so it is unique element.
True An id is always unique within the page so it is unique element.
15.The class selector is used when you want change a group of elements within your HTML page.
True The class selector is used when you want change a group of elements within your HTML page.
CHAPTER 5.SERVER SIDE SCRIPTING (PHP)
False The universal selector is used as a wildcard(*) character. It selects all the elements on the webpages.
True The grouping selector is used to select all the elements with the same name style definitions.
16.The id selector is used as a wildcard(*) character. It selects all the elements on the webpages.
False The universal selector is used as a wildcard(*) character. It selects all the elements on the webpages.
17.The grouping selector is used to select all the elements with the same name style definitions.
True The grouping selector is used to select all the elements with the same name style definitions.
CHAPTER 6.E COMMERCE AND E GOVERENANCE
True Letter-spacing helps in controlling the horizontal spacing between characters of text.
False Padding property is used when you want to add padding(blank space around) the content of an element.
True Static Positioning is a by default position for HTML elements.
True The relative positioning property is used to set the element relative to its normal position.
False The fixed element will not move, even when the page is scrolled.
True Absolute Positioning property sets an element in a specific location and it is not affected by the flow of the page.
True The float property defines the flow of content.
True float : none is default property.
False The Display property in CSS defines how the components(div, hyperlink, heading, etc) are going to be placed on the web page.
False When value is display:none,The element is completely removed.
True The html <meta> tag is used by search engines to search information.
False Metadata data will not be displayed on the webpage.
False The meta tag is placed between the <head< and </head> tags.
True charset- Specifies the character encoding used by the document, this is called a character encoding declaration.
True UTF-8 :charset is used For Indian characters.
False When a text matter contains a list in a sequence, tag for ordered list is used.
True The ordered or numbered lists are required when a sequence is important.
True start attribute is used to specify from which number the list should begin.
False In case of <ol type=”A” start=7> the list begins from G.
False reversed attribute attribute specifies that the items of the list are specified in reverse order.
True The list items in unordered lists are marked with bullets (small black circles),by default.
False The <dt> tag is used to define the term where as the <dd> tag is used to define the term’s definition.
False The tag is used to specify multiple media resources for media elements.
True controls attribute of audio should be displayed(i.e.play/pause button etc.)
True poster attribute specifies an image to be Shown while the video is download ind,or until the user hits the play button.
True These clickable regions are called as hotspots.
False The shape circle specifies circle area with four coordinates.
True For server side image maps we add the <ismap> attribute.
True Map file does not have any of the html tags or attributes.
True Map file does not have any of the html tags or attributes.
True Inline frames are also as called as floating frame.
False We can use <iframe> tag to insert frame to a webpage.
True Inline frames are often used in online advertising.
18.Letter-spacing helps in controlling the horizontal spacing between characters of text.
True Letter-spacing helps in controlling the horizontal spacing between characters of text.
19.Letter-spacing property is used when you want to add padding(blank space around) the content of an element.
False Padding property is used when you want to add padding(blank space around) the content of an element.
20.Static Positioning is a by default position for HTML elements.
True Static Positioning is a by default position for HTML elements.
21.The relative positioning property is used to set the element relative to its normal position.
True The relative positioning property is used to set the element relative to its normal position.
22.The fixed element will move, even when the page is scrolled.
False The fixed element will not move, even when the page is scrolled.
23.Absolute Positioning property sets an element in a specific location and it is not affected by the flow of the page.
True Absolute Positioning property sets an element in a specific location and it is not affected by the flow of the page.
24.The float property defines the flow of content.
True The float property defines the flow of content.
25.float : none is default property.
True float : none is default property.
26.The float property in CSS defines how the components(div, hyperlink, heading, etc) are going to be placed on the web page.
False The Display property in CSS defines how the components(div, hyperlink, heading, etc) are going to be placed on the web page.
27.When value is display:blank,The element is completely removed.
False When value is display:none,The element is completely removed.
28.The html <meta> tag is used by search engines to search information.
True The html <meta> tag is used by search engines to search information.
29.Metadata data will be displayed on the webpage.
False Metadata data will not be displayed on the webpage.
30.The meta tag is placed between the <style> and </style> tags.
False The meta tag is placed between the <head< and </head> tags.
31.charset attribute specifies the character encoding used by the document, this is called a character encoding declaration.
True charset- Specifies the character encoding used by the document, this is called a character encoding declaration.
32.UTF-8 :charset is used For Indian characters.
True UTF-8 :charset is used For Indian characters.
33.When a text matter contains a list in a sequence, tag for unordered list is used.
False When a text matter contains a list in a sequence, tag for ordered list is used.
34.The ordered or numbered lists are required when a sequence is important.
True The ordered or numbered lists are required when a sequence is important.
35.start attribute is used to specify from which number the list should begin.
True start attribute is used to specify from which number the list should begin.
36.In case of <ol type="A" start=5>the list begins from G.
False In case of <ol type=”A” start=7> the list begins from G.
37.type attribute attribute specifies that the items of the list are specified in reverse order.
False reversed attribute attribute specifies that the items of the list are specified in reverse order.
38.The list items in unordered lists are marked with bullets (small black circles),by default.
True The list items in unordered lists are marked with bullets (small black circles),by default.
39.The <dd> tag is used to define the term where as the <dt> tag is used to define the term’s definition.
False The <dt> tag is used to define the term where as the <dd> tag is used to define the term’s definition.
40.The <source> tag is used to specify single media resources for media elements.
False The tag is used to specify multiple media resources for media elements.
41.controls attribute of audio should be displayed(i.e.play/pause button etc.)
True controls attribute of audio should be displayed(i.e.play/pause button etc.)
42.poster attribute specifies an image to be Shown while the video is download ind,or until the user hits the play button.
True poster attribute specifies an image to be Shown while the video is download ind,or until the user hits the play button.
43.clickable regions are called as hotspots.
True These clickable regions are called as hotspots.
44.The shape circle specifies circle area with four coordinates.
False The shape circle specifies circle area with four coordinates.
45.For server side image maps we add the <ismap> attribute.
True For server side image maps we add the <ismap> attribute.
46.Map file does not have any of the html tags or attributes.
True Map file does not have any of the html tags or attributes.
47.coords attribute specifies coordinates of the clickable regions on the image map.
True Map file does not have any of the html tags or attributes.
48.Inline frames are also as called as floating frame.
True Inline frames are also as called as floating frame.
49.We can use <frame> tag to insert frame to a webpage.
False We can use <iframe> tag to insert frame to a webpage.
50.Inline frames are often used in online advertising.
True Inline frames are often used in online advertising.
Next
« Prev Post
« Prev Post
Previous
Next Post »
Next Post »
Please Comment and Share. ConversionConversion EmoticonEmoticon