HTML Questions

0 votes, 0 avg
775

HTML Questions

1 / 15

1. Which of the following attribute triggers event when media can be played to the end , without stopping or buffering?

2 / 15

2.  Which of the following statement is true?

3 / 15

3. Which HTML element is used to define description data?

4 / 15

4. Which of the following tag is used to create a combo box (or drop-down box)?

5 / 15

5. Which of the following tag provides a hint to the user of what can be entered in the field?

6 / 15

6. Which of the following attribute triggers event the browser starts to load the media data?

7 / 15

7. What is the most basic part of an HTML document?

8 / 15

8. What is the correct syntax of web address?

9 / 15

9.  Which works similar to b tag element?

10 / 15

10. How to set a font for the whole page?

11 / 15

11. Which attribute in the table tag is used to provide a text summary of the tables purpose and structure?

12 / 15

12. < audio controls src=”sound.mp3” type=”audio/mpeg” > When does this text display? < /audio >

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 >

14 / 15

14. What does the abbreviation HTML stand for?

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?

Your score is

The average score is 49%

0%