HTML Questions March 1, 2023 | No Comments 0 votes, 0 avg 775 123456789101112131415 HTML Questions 1 / 15 1. Which of the following attribute triggers event when media can be played to the end , without stopping or buffering? A. onloop B. onplay C. oncanplay D. oncanplaythrough 2 / 15 2. Which of the following statement is true? A. Attribute names must be in uppercase B. Attribute values must be quoted C. Attribute minimization is mandatory D. Attribute values should not be quoted 3 / 15 3. Which HTML element is used to define description data? A. <li></li> B. <ol></ol> C. <dd></dd> D. <dl></dl> 4 / 15 4. Which of the following tag is used to create a combo box (or drop-down box)? A. <list></list> B. <select></select> C. <input type="dropdown"></input> D. <ul></ul> 5 / 15 5. Which of the following tag provides a hint to the user of what can be entered in the field? A. output B. placeholder C. autofocus D. required 6 / 15 6. Which of the following attribute triggers event the browser starts to load the media data? A. onloadmetadata B. onloadstart C. onload D. onstart 7 / 15 7. What is the most basic part of an HTML document? A. ASCII text B. Binary Text C. Text D. Body 8 / 15 8. What is the correct syntax of web address? A. port://domain.filenmae:path/scheme/prefix B. prefix://scheme.port:domain/filename/path C. scheme://prefix.domain:port/path/filename D. path://prefix.port:domain/filename/scheme 9 / 15 9. Which works similar to b tag element? A. <blockquote></blockquote> B. <strong></strong> C. <em></em> D. <i></i> 10 / 15 10. How to set a font for the whole page? A. <targetfont></targetfont> B. <font></font> C. <defaultfont></defaultfont> D. none of the above 11 / 15 11. Which attribute in the table tag is used to provide a text summary of the tables purpose and structure? A. summary B. caption C. title D. overview 12 / 15 12. < audio controls src=”sound.mp3” type=”audio/mpeg” > When does this text display? < /audio > A. The text displays over the audio controls,unless CSS is used to position it else where. B. The text displays under the audio controls. C. The text displays when the browser cannot play the sound. D. The text never displays. 13 / 15 13. What does the code shown below will accomplish? < picture > < source srcset=”image1.jpg” media=”(min-width:1000px)”/ > < source srcset=”image2.jpg” media=”(min-width:750px)”/ > < img src=”image3.jpg”/ > < /picture > A. It will display image1.jpg at 1000px and higher, image2.jpg at 750px-990px, and image3.jpg at 749px and Lower. B. It will display image1.jpg at 1000px and higher, image2.jpg at 750px-999px, and image3.jpg is a default In case <picture> is not supported. C. It will display image1.jpg at 1000px and higher, image2.jpg at 750px and higher, image3.jpg is a default In case picture tag is not supported. D. It will display image1.jpg, image2.jpg and image3.jpg at 1000px and higher. 14 / 15 14. What does the abbreviation HTML stand for? A. HighText Markup Language B. HyperText Markup Language C. HyperText Markdown Language D. HyperText Marquee Language 15 / 15 15. Which of the following input controls represents a date (year, month, day) encoded according to ISO 8601 in web form 2.0? A. datetime B. datetime-local C. date D. month Your score is The average score is 49% LinkedIn Facebook Twitter VKontakte 0% Restart quiz Questions, Quiz