HTML Questions

0 votes, 0 avg
1140

HTML Questions

1 / 15

1. Which attribute is used in the table tag element to set the width in pixels, between the edge of the cell and it’s individual cells?

2 / 15

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

3 / 15

3. Which html tag is used to display the content as a moving text?

4 / 15

4. The way browser displays the object can be modified by ___

5 / 15

5. Where is title tag located?

6 / 15

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

7 / 15

7. Which of the following attribute triggers event when an element leaves a valid drop target?

8 / 15

8. Which of the following is true about ‘video’ tag in HTML5?

9 / 15

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

10 / 15

10. Which attribute is not essential under iframe tag?

11 / 15

11. A block level element of the HTML always starts on a

12 / 15

12. Which input type reset defines a reset button that will reset all form values to their default values?

13 / 15

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

14 / 15

14. How to delete a local storage data in html 5?

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 46%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top