+ 3
What's the difference between</and\>
I want to know the difference from other people
2 Answers
+ 2
Isaac Duah In html use â/â Forward slash for tags
<                Is the opening part of a 
                   tag
\>               Is not part of html 
                   syntax
/>               Is the closing part of a 
                   tag
+ 2
I thought opening was just < instead of </ in HTML.



