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 do you mean by DOM?
What is a doctype? Which one do I use?
What is the difference between progress and meter tag?
How do you insert a copyright symbol on a browser page?
How can you have different number of cells for each row of a table?
What is the default border size of a canvas?
How to set the focus to the element in html?
Does localstorage expire?
How do you code a link?
What is the relation between xhtml and dtd?
Should nav be inside header?
What are the advantages of html?