0
What is empty tags?
Those tag have not closing tag called empty tag.
6 Antworten
+ 8
@Caleb The "/" at the end is optional just if you don't know.
+ 6
Yeah. They're also called void tags/self-closing tags.
+ 4
Empty tags don't have separate closing like </htlm>
For example
<br />
<img src=filename />
you may close it on using "/" symbol in the end of same line
+ 2
An empty tag looks kinda of like this <text />
+ 2
I didn't know that. Thanks!
+ 2
they are self closing tags