+ 1
Why aren't there semicolons after each line
5 Antworten
+ 5
Because there is no need of semicolons. Html uses tags to build up the page, usually an opening one <tag> and a closing one </tag>.
+ 2
In some programming languages like C or Java ; is used as end of statement but in html / is used in closing part of the the container tags to specify end like </html> and in empty tags it is put at the end of tag name like in <br />
+ 1
you're closing tag is basically like the end of tht tags line .
+ 1
just think in Html the closing tag is like an semicolon
0
this is HTML, not C or C++
there's a language change as the language generation is different for both platforms