Which tag is not used if you want to indicate the importance of the phrase?
A. <i>
B. <h1>
C. <em>
D. <strong>
Select an option to see the answer and solution.
What is the correct syntax of doctype in HTML5?
A. <!doctype html>
B. <doctype html!>
C. <doctype html>
D. </doctype html>
Select an option to see the answer and solution.
IP is used in the level . . . . . . . .
A. presentation layer
B. network layer
C. application layer
D. data Link layer
Select an option to see the answer and solution.
Which feature was already introduced before HTML5?
A. Canvas/SVG
B. Video
C. Geolocation
D. Frames
Select an option to see the answer and solution.
What an article element should not contain?
A. Main element
B. Text or embedded content
C. Image
D. Video & Audio
Select an option to see the answer and solution.
State true or false.
produces numerous blank lines.Select an option to see the answer and solution.
Which tag supports Non-English language?
A. <input>
B. <audio>
C. <embed>
D. <bdo>
Select an option to see the answer and solution.
What does <main> include?
A. Header
B. Sidebar
C. Article
D. Footer
Select an option to see the answer and solution.
Which of the following prints bold letters in traditional HTML?
i. Bold Text
ii. Bold Text
iii. Bold Text
iv. Bold Text A. iv
B. i
C. i, ii, iii, and iv
D. both iv and i
Select an option to see the answer and solution.
Which symbol is used when HTTP request does not apply to the particular source?
Select an option to see the answer and solution.
Which element is used to get highlighted text in HTML5?
A. <highlight>
B. <b>
C. <mark>
D. <u>
Select an option to see the answer and solution.
What output do you expect if the following markup is rendered?
T e s t o f s p a c e s
T e s t o f s p a c e s A. T e s t o f s p a c e s
T e s t o f s p a c e s
B. Testofspaces
Testofspaces
C. T e s t o f s p a c e s
T e s t o f s p a c e s
D. T e s t o f s p a c e s T e s t o f s p a c e s
Select an option to see the answer and solution.
Which of the following is not a response-header field?
A. Location
B. Server
C. ETag
D. Referer
Select an option to see the answer and solution.
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)
Select an option to see the answer and solution.
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
Select an option to see the answer and solution.
Which element was not removed by HTML5?
A. <strike>
B. <center>
C. <small>
D. <big>
Select an option to see the answer and solution.
Which tag is used with JavaScript?
A. <canvas>
B. <table>
C. <article>
D. <footer>
Select an option to see the answer and solution.
Which of the following XHTML doctype declaration contains all HTML elements and attributes, including presentational and deprecated elements (like font) but not framesets?
A. !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
B. !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
C. !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
D. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Select an option to see the answer and solution.
Which header field defines meta information?
A. Request-header
B. Response-header
C. General-header
D. Entity-header
Select an option to see the answer and solution.
What application can one create even before the introduction of HTML5?
A. Web applications
B. Mobile applications
C. Forms
D. Browser based games
Select an option to see the answer and solution.