HTML MCQ (Multiple Choice Questions) - SchoolingAxis

HTML MCQ (Multiple Choice Questions)

 Que- Which of the following encoding an XML parser assumes? 

a. UTF-8 

b. UTF-16 

c. UTF-32 

d. Both UTF-8 and UTF-32 


Answer- Both UTF-8 and UTF-32


Que- __________ is an extended version of the XHTML markup language for supporting RDF through a collection of attributes and processing rules in the form of well-formed XML documents. 

a. XHTML + RDFa 

b. XHTML+XHTML5 

c. XHTML1.0+XHTML2.0 

d. XHTML + RDF 


Answer- XHTML + RDFa


Que- Which feature was already introduced before HTML5? 

a. Canvas/SVG 

b. Video 

c. Geolocation 

d. Frames 


Answer- Frames


Que- Which tag is used with JavaScript? 

a. <canvas> 

b. <table> 

c. <article> 

d. <footer> 


Answer- <canvas>


Que- What application can one create even before the introduction of HTML5? 

a. Web applications 

b. Mobile applications 

c. Forms 

d. Browser based games 


Answer- Forms


Que- What is the correct syntax of doctype in HTML5? 

a. <!doctype html> 

b. <doctype html!> 

c. <doctype html> 

d. </doctype html> 


Answer- <!doctype html>


Que- What if one does not use the doctype in the starting of HTML document? 

a. Browser finds the document in quirky mode 

b. Browser finds a document in standard mode 

c. Browser stops working 

d. Browser crashes after showing the page 


Answer- Browser finds the document in quirky mode


Que- Which of the following is not semantic element for text in HTML5? 

a. <mark> 

b. <time> 

c. <wbr> 

d. <article> 


Answer- <article>


Que- Which tag supports Non-English language? 

a. <input> 

b. <audio> 

c. <embed> 

d. <bdo> 


Answer- <bdo>


Que- Which element was not removed by HTML5? 

a. <strike> 

b. <center> 

c. <small> 

d. <big> 


Answer- <small>


Que- Which of the following defines the title of a work? 

a. <cite> 

b. <hr> 

c. <a> 

d. <address> 


Answer- <cite>


Que- Which element is design to wrap a single piece of information? 

a. <time> 

b. <nav> 

c. <footer> 

d. <header> 


Answer- <time>


Que- What an article element should not contain? 

a. Main element 

b. Text or embedded content 

c. Image 

d. Video & Audio 


Answer- Main element


Que- 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 


Answer- In canvas, drawing is done with pixels


Que- What does <main> include? 

a. Header 

b. Sidebar 

c. Article 

d. Footer 


Answer- Article


Que- Which of the following is not sectioning elements? 

a. <article> 

b. <aside> 

c. <nav> 

d. <header> 


Answer- <header>


Que- How many times can HTML5 events be fired? 

a. Multiple 

b. One 

c. Only two 

d. Zero 


Answer- Multiple


Que- Which element is used to get highlighted text in HTML5? 

a. <highlight> 

b. <b> 

c. <mark> 

d. <u> 


Answer- <mark>


Que- In OSI model USB lies under the layer ___________ 

a. data Link layer 

b. physical layer 

c. network layer 

d. transport layer 


Answer- physical layer


Que- IP is used in the level ___________ 

a. presentation layer 

b. network layer 

c. application layer 

d. data Link layer 


Answer- network layer


Que- Which one is not the feature of HTTP protocol? 

a. media independent 

b. connectionless 

c. responsive 

d. stateless 


Answer- responsive


Que- 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 


Answer- ISO-8859-12


Que- Which one is the correct syntax for specifying media type? 

a. type "/" subtype *( ";" parameter) 

b. subtype "/" type *(";" parameter) 

c. parameter "/" type *(";" subtype) 

d. (";" subtype) "/" type *(parameter) 


Answer- type "/" subtype *( ";" parameter)


Que- Which header field defines meta information? 

a. Request-header 

b. Response-header 

c. General-header 

d. Entity-header 


Answer- Entity-header


Que- Which of the following is not the request method? 

a. Head 

b. Get 

c. Remove 

d. Put 


Answer- Remove

Previous Post Next Post