-
Step 1
Compare the free website packages offered by the various web hosting companies and choose the one that has the features most appropriate to the type of site you want to build (see Resources below for some hosting companies). Take into account the amount of storage space offered for holding images and other files, the amount of bandwidth available (to enable more people to view your site each month) and the size of their pre-placed advertisements on each page.
-
Step 2
Go to the sign-up section of the web hosting company's site and type in your information such as name, zip code and date of birth. Choose the domain name you want for your site from their list of available names and finish the registration process.
-
Step 3
Access the web host's file managing area and choose the option to upload files. Upload any images you have on your hard drive that you want to use on your website, such as a logo, diagrams, photographs or drawings.
-
Step 4
Click on the option to edit the main HTML file for your website. Type in the <TITLE> tag inside the <HEAD> HTML tag and specify what title you want to appear at the top of the user's web browser, such as <TITLE="My New Website!">.
-
Step 5
Type in whatever text you want to appear on your site inside the opening and closing <BODY> and </BODY> HTML tags. Arrange the content and break it up so that it is more easily readable by using the <P> and <BR> tags to make new paragraphs and lines. Modify the text with different color by using the <FONT COLOR> tag and use different formatting tags such as <B> for bold and <I> for italics.
-
Step 6
Makes the images you have uploaded appear on the website by using the <IMG SRC> HTML tag. Type in the location of the image after the tag such as <IMG SRC="http://mynewsite.com/mypicture.jpg">.
-
Step 7
Break up your website into multiple pages so that the content is easier to navigate. Go to the file manager and add in an extra HTML file. Edit your original HTML file and include a link to the second page by using the <A HREF> tag such as <A HREF="http://mynewsite.com/secondpage.html">.