HTML - Adding Attributes

<html>
<head>
<title>My First Page</title>
</head>
<body bgcolor = "red">
Copy this code.
Paste it into Notepad.
Save file as <i>.htm </i> or <i>.html </i>.
Open file in a browser such as Internet Explorer.
</body>
</html>