HTML Questions

0 votes, 0 avg
25

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 element is used to get highlighted text in HTML5?

3 / 15

3. How are quotations defined in HTML?

4 / 15

4. Which of the following input controls represents a date (year, month, day) encoded according to ISO 8601 in web form 2.0?

5 / 15

5. Which of the following is true?

6 / 15

6. What does abbreviation “HTML” stands for?

7 / 15

7. which tag is used to follow the exact format in which it is written?

8 / 15

8. Which of the following tag does not require a terminator?

9 / 15

9.  Which of the following statement is true?

10 / 15

10.

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 >

11 / 15

11. Where is title tag located?

12 / 15

12. How do we write comments in HTML?

13 / 15

13. The tags in HTML are –

14 / 15

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

15 / 15

15. How is black color represented in terms of RGB values?

Your score is

The average score is 56%

0%