0

What does this /symbol indicate.

i mean the slash symbol

29th Nov 2016, 3:20 PM
stephen haokip
stephen haokip - avatar
3 Respostas
+ 6
It represents the end of the code/element/line. It is also useful in another way > helps you to read code in a less confusing manner. For example, I show you : <p>Hello<p><p>this<p><p>is pretty confusing<p><!--with all--><p>the<p><p>p<p><p>isnt it?<p> Which is why we do this instead : <p>Hello</p><p>this</p><p>is pretty confusing</p><!--with all--><p>the</p><p>p</p><p>isnt it?</p> So that the system and you can easily read it with lesser trouble
29th Nov 2016, 3:48 PM
Wen Qin
Wen Qin - avatar
+ 1
It is indicating closing tag. Every tag you open, you have to close aswell. For example <body></body>
29th Nov 2016, 3:40 PM
Jakub Stasiak
Jakub Stasiak - avatar
- 1
it's a leaning stick
29th Nov 2016, 3:44 PM
asdadasdsaczxc