Today in this tutorial I will be teaching you how to make a game website like Addicting Games. It will be a very simple task and will not take long.
Tools Needed: Any Editing Software: preferably Photoshop or GIMP.
Google
Notepad/Wordpad
Step 1:
So let's finally start this tutorial for you guys. To start off we will need to first get some images. I will be using google images as I do not want to confuse you.
Logo:
Buttons:
Background:
Those are simple files you can use, I suggest going into an editing program, selecting just the image that has the Default Text, and overlaying it on the Background file.
Step 2: Putting together the file.
Let's start by adding a few lines of code:
<html>
<head>
<title>Game Site</title>
Step 3: Now it is time to start working on the actual body.
After those lines of text add