a) dragover b) dragenter c) dragstart d) dragleave Answer: a ...
View QuestionWhich of the following defines additional details that the user can view or hide?
a) <details> b) <article> c) <aside> d) <figure> Answer: a Explanation: The additional details the user wants ...
View QuestionWhich of the following defines a visible heading for a details element?
a) <brief> b) <summary> c) <mark> d) <main> Answer: b Explanation: The main content of document is ...
View QuestionWhich of the following defines some content aside from the content it is placed in (like a sidebar)?
a) <aside> b) <header> c) <sidebar> d) <nav> Answer: a Explanation: Content related to surroundings is ...
View QuestionWhich of the following elements in HTML5 defines video or movie content?
a) <media> b) <video> c) <movie> d) <audio> Answer: b Explanation: The media to which linked document ...
View QuestionWhich of the following defines graphic drawing using JavaScript?
a) <class> b) <canvas> c) <graphics> d) <draw> Answer: b Explanation: One or more class names are ...
View QuestionWhich of the following defines the result of a calculation?
a) <output> b) <keygen> c) <datalist> d) <data> Answer: a Explanation: The output tag represents the result ...
View QuestionWhich of the following tag defines the progress of a task?
a) <meter> b) <progress> c) <gauge> d) <wbr> Answer: b Explanation: Scalar measurement within range or may ...
View QuestionWhich of the following defines a command/menu item that the user can invoke from a popup menu?
a) <menuitem> b) <menu> c) <nav> d) <class> Answer: a Explanation: The menuitem tag is ...
View QuestionWhich of the following defines a caption for a figure element?
a) <figcaption> b) <dialog> c) <caption> d) <figure> Answer: a Explanation: The figcaption element can be placed ...
View Question