Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
<body bgcolor="#004574"> | <body bgcolor="#004574"> | ||
− | < | + | |
− | < | + | <h1>Hello world!</h1> |
+ | <p><a href="http://www.w3schools.com">Visit W3Schools.com!</a></p> | ||
+ | |||
+ | <p>The bgcolor attribute is not supported in HTML5. Use CSS instead.</p> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:02, 26 July 2016
<!DOCTYPE html>
Hello world!
The bgcolor attribute is not supported in HTML5. Use CSS instead.