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 "..."
1 ответ
+ 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.