Creating a Simple Web Site

Created for DH 500 by Geoffrey Rockwell

In this exercise you will create a simple web site and put it up on the web.

We need to do three things:

  1. Find a hosting service on the web where we can put our web site. This could be a university server, or a commercial service. In our case we will use a free service called Neocities.
  2. Then we need to create a web page or two. We can do that using a AI tool or straight in HTML. (We could even do it in XML with a CSS stylesheet.)
  3. Finally we need to upload the web page to the server.

Finding a Hosting Service

There are all sorts of places that host web sites. Some possibilities:

We are going to use Neocities. If you have a preferred server use that. Go to https://neocities.org and create a free account. Go to the Dashboard and explore the simple index.html document they have for you and the other documents.

Creating a Web Page

Now create a simple web page for yourself or for some project. There are different ways you can do this:

For the moment try working with the raw HTML.

Uploading Your HTML to the Site

Once you have the web page you need to upload it to the web site so that everyone else can see it. With Neocities you just drag the .html page into the area on the Dashboard with the files. If you asked an AI tool like Gemini to create the HTML then you can copy the code and paste it into.

Going Further

Here are some things to try: