+ 3
Which tag is correct?
In the html some tags hasn't closing tags , closing tags and staring tag have 1 different that is slash"/" Otherwise same characters .
2 ответов
+ 5
Yes there are many tags that don't have closing tags. For eg., break tag <br>, link tag when you want to embedded any link in your code <link>
Here is the information with explanation why the closing tags are not needed for some tags.
https://www.thoughtco.com/html-singleton-tags-3468620
+ 4
Yeah thanks more new things here ☺️