HTML Questions

0 votes, 0 avg
1113

HTML Questions

1 / 15

1. What if one does not use the doctype in the starting of HTML document?

2 / 15

2.  Which of the following is not the element associated with the HTML table layout?

3 / 15

3. Which HTML tag or tags embed a webpage inside of a webpage

4 / 15

4. What is the replacement of cookies in html5?

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 >

6 / 15

6. What does the abbreviation HTML stand for?

7 / 15

7.  Which attribute is used for favicon?

8 / 15

8. Which choice uses the correct terminology in describing this markup:
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?

10 / 15

10. Which of the following HTML tag is used to create an unordered list?

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”?

12 / 15

12. Which of the following is true?

13 / 15

13. Why should you specify a background color if you are using an image for the actual background of your page ?

14 / 15

14. The element to specify a list of predefined options for input controls is

15 / 15

15. This character tells the browser to stop tagging the text __

Your score is

The average score is 46%

0%