a) JavaScript b) JQuery UI c) VTS d) JCL Answer: b Explanation: ...
View QuestionWhich protocol is supported by Android browsers?
a) HTTPS b) HLS c) RTMP d) FTP Answer: b Explanation: HTTPS i.e. Hypertext Transfer Protocol Secure ...
View QuestionWhich tag is used to encapsulate navigation and then style the elements appropriately as menu items?
a) ul b) li c) nav d) both ul and li Answer: d Explanation: Conventionally, many web ...
View QuestionTo insert a video, we use a video tag and set its src attribute to a local or remote URL containing a playable movie.
a) True b) False Answer: a Explanation: To show a video in HTML, video element is used. ...
View QuestionWhich of the following element is used for highlighting content similarly to how a highlighter pen might be used on important text in a book?
a) em b) strong c) mark d) bold Answer: c Explanation: <em> tag convert the font in italic one. ...
View QuestionThe element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag.
a) object b) figure c) embed d) collect Answer: a Explanation: HTML documents are delivered as “documents”.These are ...
View QuestionWhich of the following attribute is used to display date/time content?
a) time b) datetime c) date d) year Answer: b Explanation: To provide both human and machine-friendly date/time content, ...
View Question____________ contains the navigation menu, or other navigation functionality for the page.
a) section b) header c) nav d) aside Answer: c Explanation: The nav element is for marking up the ...
View QuestionWhich element may be used within content to represent material that is tangential?
a) aside b) cite c) article d) class Answer: a Explanation: <cite> tag defines the ...
View QuestionHTML5 documents may contains a ___________ element, which is used to set the header section of a document.
a) header b) footer c) section d) drive Answer: a Explanation: Section element is used to make sections in ...
View Question