Answers for "example of self closing element in html"

0

self closing tag HTML

<!-- All are self closing tags
No content in these -->
<img src="#URL" alt="image">
<br>
<hr>
<input type="text">
Posted by: Guest on March-14-2022

Browse Popular Code Answers by Language