Test Series - html

Test Number 12/72

Q: What an article element should not contain?
A. Main element
B. Text or embedded content
C. Image
D. Video & Audio
Solution: The 
element must NOT be a descendant of an
,
Q: Which of the following statement is true?
A. Canvas Contains built-in animations
B. SVG needs scripts to draw elements
C. In canvas, drawing is done with pixels
D. SVG don’t support to event handlers
Solution: In SVG drawing is done with vectors and it support event handlers. Canvas doesn’t contains any built-in-animations and drawing is done with pixels.
Q: What does 
include?
A. Header
B. Sidebar
C. Article
D. Footer
Solution: 
element contains navigation links. Slidebar is for hoverable/sliding text.
is introduced in HTML5 which is present at the end of page and do contains footer information i.e copyright information. Main content is the entire article which wraps the
element. It holds the page’s main content. It can be useful for screen readers. E.g.
…………
Q: Which of the following is not sectioning elements?
A. 
B. 
C. 
D. 
Solution: The 
element represents a section of a document or application. Tags like
,
Q: How many times can HTML5 events be fired?
A. Multiple
B. One
C. Only two
D. Zero
Solution: We can call events like drag, ondragover, etc multiple times in HTML5.
Q: Which element is used to get highlighted text in HTML5?
A. 
B. 
C. 
D. 
Solution: The  element is used to highlight a section of text. It is useful for quoting a text or if one wants to bring attention to the text. The  tag is used to make text/paragraph bold.  tag is used to underline the text you wanted.

This is the example. I like this dog.

Q: In OSI model USB lies under the layer ___________
A. data Link layer
B. physical layer
C. network layer
D. transport layer
Solution: There are seven layers namely Physical layer, data Link layer, network Layer, transport layer, session layer, presentation layer, and application layer. The physical layer is the first layer, it is used for transmitting electrical signal across the network. Examples are USB, Bluetooth or Ethernet.
Q: IP is used in the level ___________
A. presentation layer
B. network layer
C. application layer
D. data Link layer
Solution: Network layer is the third layer, it deals with routing across complicated networks, Internet Protocol (IP) is very commonly used at this level. It is capable of traveling across multiple networks. It can also travel through intermediate devices like routers.
Q: Which one is not the feature of HTTP protocol?
A. media independent
B. connectionless
C. responsive
D. stateless
Solution: There are basically three main features of HTTP protocol i.e HTTP is media independent, HTTP is connectionless and it is stateless also. Browser initiates HTTP request, and then client disconnects from the server.
Q: Which of the following are not the valid character set in HTTP?
A. ISO-8859-1
B. US-ASCII
C. ISO-8859-7
D. ISO-8859-12
Solution: A character set must know to web browsers to display HTML pages correctly. For the preference of clients we use character sets for specifying characters. The default value is US-ASCII. The valid character sets are ISO-8859-1, US-ASCII or ISO-8859-7.

You Have Score    /10