|
|
|
|
|
by sbierwagen
5474 days ago
|
|
In HTML5, both the <html> and <body> tags are completely optional, as are their closing tags. Since there's no other content on this "page", you don't need to close the header either, so you could replace everything with: <h1>YES
|
|