0
Does the (source) tag have an end tag ?
2 ответов
+ 1
no there is no tag to ending of any tag because all tags have own end e.g. <head></head>
+ 1
Images and somethings like that.. can have end tag.
example : <img src="hai.jpg"></img>
or you can just add backslash before the end close tag.
example: <img src="jakarta.png"/>