My First HTML Webpage

Using Notepad, you will create an HTML based webpage. Open Notepad by going to the Start Menu > All Programs > Accessories > Notepad.

Once you have a Notpad window open, copy and paste the following red code.

<html>
<body>

<BODY BACKGROUND= BGCOLOR="BLACK" TEXT="WHITE" LINK="RED">

</body>
</html>

In between <body> and </body> is where you will add type the answer to this question.
In what way do you think having the internet has changed people's lives?

When finished, go to File > Save As and name your file but don't forget to add .html at the end. For example, if I was saving my file as mywebpage i would name it mywebpage.html when saving it.

To view the webpage you can go to your folder where you saved it and open it with Internet Explorer, Safari, or another browser.

Now upload the webpage html file here!