+ 1
Why in HTML language the ending code has first" / " this sign and then the same tag also please tell how it works
2 Respostas
+ 2
Well its pretty simple. For example if you want to write “yee” you would use <p>yee</p>. The slash terminates the statement, sort of like a semicolon in other languages
0
But internally how it works