With HTML5, you can omit A LOT of markup. This is perfectly valid HTML5, even without <head> and <body> elements (they are implicit), and without the closing </html>:
<!DOCTYPE html> <html> <title>Valid HTML</title> <h1>Valid HTML</h1>
Alexander
In reply to Re^7: Convert BMP to HTML
by afoken
in thread Convert BMP to HTML
by harangzsolt33
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |