What are void elements in HTML?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Void elements are self-closing and do not have closing tags. Examples:
• <img>
• <br>
• <hr>
• <input>
| Is This Answer Correct ? | 0 Yes | 0 No |
Void elements are self-closing and do not have closing tags. Examples:
• <img>
• <br>
• <hr>
• <input>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between HTML elements and tags?
How do you display a video in HTML 5?
What does hr /> mean?
What is a <dl> tag in html?
What are the different tags to separate sections of text?
What is deprecated in html5?
Is html a programming language?
What is wrong with my <meta> tags?
Can I prevent a form from being submitted again?
For what screen size should I write?
What do you mean by session storage in HTML5?
How to add image in the background of webpage in html?