HTML Questions

0 votes, 0 avg
1021

HTML Questions

1 / 15

1. In HTML, tags that include both on and off tag are called

2 / 15

2.  Which of the following is not a difference between HTML and XHTML?

3 / 15

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

4 / 15

4. Adding a border to your image helps the visitor to recognize it as ___________

5 / 15

5. How do we write comments in HTML?

6 / 15

6. Which of the following is true?

7 / 15

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

8 / 15

8. What are the types of unordered lists in HTML?

9 / 15

9. Which of the following HTML code will make an image clickable?

10 / 15

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

11 / 15

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

12 / 15

12.  What is the work of address tag element in HTML5?

13 / 15

13. Which property allows an image link to show a text label?

14 / 15

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

15 / 15

15. 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 >

Your score is

The average score is 47%

0%