HTML Questions March 1, 2023 | No Comments 0 votes, 0 avg 1085 123456789101112131415 HTML Questions 1 / 15 1. 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 2 / 15 2. Which of the following tag is used to create a text area in HTML Form? A. <textarea> </textarea> B. <text></text> C. <input type=”text” /> D. <input type=”textarea” /> 3 / 15 3. What is the correct HTML syntax of abbr tag? A. <abbr title="abbreviation or acronym">Text</abbr> B. <abbr description="abbreviation or acronym">Text</abbr> C. <abbr abbreviation="abbreviation or acronym">Text</abbr> D. <abbr acronym="abbreviation or acronym">Text</abbr> 4 / 15 4. What does vlink attribute mean? A. visited link B. virtual link C. active link D. visual link 5 / 15 5. Which of the following is correct about custome attribute in html 5? A. A custom attribute starts with data- and would be named based on your requirment. B. You would be able to gte the values of these attributes using javascript APIs or CSS in similar way as you get for standard attributes. C. Both of the above D. None of the above 6 / 15 6. Hue is a degree on the color wheel ranging from A. 0 to 100 B. 0 to 180 C. 0 to 255 D. 0 to 360 7 / 15 7. Which of the following tag represents a piece of content that is only slightly related to the rest of the page in HTML5? A. section B. article C. aside D. header 8 / 15 8. Which tag is used to create a blank line in HTML? A. <b></b> B. <lb></lb> C. <br></br> D. <em></em> 9 / 15 9. URLs can only be sent over the internet using A. URL character set B. XML character set C. ASCII character set D. Data character set 10 / 15 10. In a web address, the name of a document or address is defined by the A. Filename B. Domain name C. Port D. Prefix 11 / 15 11. 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> 12 / 15 12. Which is the correct HTML statement to display ‘Hello’ with a line over it and then ‘Hi!’ in a paragraph? A. <p><del>Hello</del><ins>Hi!</ins></p> B. <p><strike>Hello</strike><ins>Hi!</ins></p> C. <p><cut>Hello</cut><ins>Hi!</ins></p> D. all of the above 13 / 15 13. Each table cell is defined by a ____ tag. A. <cell>….</cell> B. <tr>….</tr> C. <th>….</th> D. <td>….</td> 14 / 15 14. How is black color represented in terms of RGB values? A. RGB(100,100,100) B. RGB(100,100,0) C. RGB(100,0,0) D. RGB(0,0,0) 15 / 15 15. 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 Your score isThe average score is 47% LinkedIn Facebook VKontakte 0% Restart quiz By WordPress Quiz plugin Questions, Quiz