HTML Questions March 1, 2023 | No Comments 0 votes, 0 avg 1113 123456789101112131415 HTML Questions 1 / 15 1. 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 2 / 15 2. Which of the following is not the element associated with the HTML table layout? A. alignment B. color C. size D. spanning 3 / 15 3. Which HTML tag or tags embed a webpage inside of a webpage A. <iframe></iframe>,<frame></frame> and <frameset></frameset> B. <frame></frame> C. <iframe></iframe> D. <frame></frame> and <frameset></frameset> 4 / 15 4. What is the replacement of cookies in html5? A. Java Scripts B. Web beacons C. local storage D. All of the Above 5 / 15 5. 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. 6 / 15 6. What does the abbreviation HTML stand for? A. HighText Markup Language B. HyperText Markup Language C. HyperText Markdown Language D. HyperText Marquee Language 7 / 15 7. Which attribute is used for favicon? A. icon B. title C. rel D. head 8 / 15 8. Which choice uses the correct terminology in describing this markup: Hello A. The element opener is p, the element closer is /p, and the element information is Hello. B. The start tag is p, the end tag is /p, and the enclosed HTML is Hello. C. The start tag is p, the end tag is /p, and the element content is Hello. D. The start element is p, the end element is /p, and the tag content is Hello. 9 / 15 9. 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 10 / 15 10. Which of the following HTML tag is used to create an unordered list? A. <ol></ol> B. <ul></ul> C. <li></li> D. <ll></ll> 11 / 15 11. What is the correct way to code a link that, when clicked, will send an email to email@example.com with a subject of “Hello”? A. <a href=”mailto:email@example.com_subject=Hello”>Click me</a> B. <a href=”mailto:email@example.com”>Hello</a> C. <a href=”mailto:email@example.com?subject=Hello”>Click me</a> D. <a href=”mailto:email@example.com&subject=Hello”>Click me</a> 12 / 15 12. Which of the following is true? A. br tag is used to have a blank line. B. In tables,the header cell is centered by default and the data cells are right aligned. C. The tr is used to create a data cell. D. INPUT tag must have atleast 4 attributes. 13 / 15 13. Why should you specify a background color if you are using an image for the actual background of your page ? A. So the text shows up bettre B. Incase the image doesn't fit right C. The background color will be shown untill the image loads D. none of the above 14 / 15 14. The element to specify a list of predefined options for input controls is A. <embed></embed> B. <datalist></datalist> C. <source></source> D. <track></tractk> 15 / 15 15. This character tells the browser to stop tagging the text __ A. ? B. / C. > D. % Your score isThe average score is 46% LinkedIn Facebook VKontakte 0% Restart quiz By WordPress Quiz plugin Questions, Quiz