0

How come this html code completely works?

<html> <head> <title>My Blog</title> </head> <body> ... The closing html tag is missing and so is the closing body tag yet it still prints out "..."

1st Mar 2018, 12:54 AM
Unidentified
Unidentified - avatar
1 Odpowiedź
+ 1
Most modern browsers are smart enough to know what you're trying to do and automatically close it off. But note how I said MOST, you shouldn't do this because in a older browser it might not work.
2nd Mar 2018, 4:14 AM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar