Our November Competition
User Reviews - Add Yours!
The PCHF Lounge
Go Back   PC Help Forum » Tutorials » Web, Internet and Network Tutorials
Register for a Free Account

Web, Internet and Network Tutorials - How to create your own website for free! posted in the Tutorials forums; How to create your own website for free! By: Axephilic Lets start by opening notepad (Start > run and type in notepad). Once notepad is open go to File > ...


Reply
Free PC Performance Scan
Old 06-05-2007   #1
Senior Member
 
Axephilic's Avatar
 
Join Date: May 2007
Location: Wisconsin, US
Posts: 1,397
PC Experience: Very Experienced
Cool How to create your own website for free!

How to create your own website for free!
By: Axephilic

Lets start by opening notepad (Start > run and type in notepad). Once notepad is open go to File > Save As... In the Save As box, find where it says Save as type: and in the drop down box, select All Files, then in the File name: box, type in index.html
. Now we have the HTML file saved and we can start coding it. Here is a simple HTML template you can use:

Code:
<html>
<head>
<title>Your Title</title>
</head>
<body>
<h1>Header</h1>
<p>Your paragraph goes here.<br>It is a good way to keep track of info.</p>
<br>
<img src="http://yoursite.com/image.jpg" alt="Alternative Text">
<br>
<a href="http://yoursite.com/">Visit YourSite.com</a>
</body>

</html>
Explanations:

The <> are called tags. <html> is a tag, <head> is a tag, etc. The </> are called closing tags. </html> is a closing tag, </head> is a closing tag, etc. Most tags you open, you have to close with the exception of <br> (break) and <img> (image).

<html> - Tells the browser that we are using HTML.

<head> - Tells the browser that this is the head information.

<title> - Tells the browser what the page's title is.

</title> - Tells the browser that this is the end of the title.

</head> - Tells the browser that this is the end of the head information.

<body> - Tells the browser that this is the start of the body of the webpage and this is the part that will show up for the visitor.

<h1> - Tells the browser that the following text is a Header 1. (there is also <h2>, <h3>, <h4>, <h5> and <h6>).

</h1> - Tells the browser that this is the end of the Header 1 text.

<p> - Tells the browser that this is the beggining of a paragraph.

<br> - Tells the browser to make a break or a new line.

</p> - Tells the browser that this is the end of the paragraph.

<img> - Tells the browser to insert an image. (src="Location of Image" & alt="Alternative Text")

<a> - Tells the browser to insert a link. (href="Where the link should go to")

</a> - Tells the browser that this is the end of the link text.

</body> - Tells the browser that this is the end of the body and the end of what the visitor will view.

</html> - Tells the browser that this is the end of the HTML for the website.

You can fill in your own stuff in the template above. Put your own title, add images, add links. I found that the best way to learn is to mess around with the coding and figure out what looks the best and what looks good to you and your own personal style. You made the HTML page but now you need to find a host to host it. There are quite a few good hosts. It takes a little time to figure out some of the hosts' control panels because they can get confusing, but to upload your files; you want to use something called a File Manager. Once you find that you should be able to get it uploaded and running. I've listed a few good, free web hosts and hope you have fun making your own site! You can get a free subdomain (http://subdomain.domain.com/) from most hosting companys if you don't own a domain (http://domain.com/).

__________________


Last edited by Axephilic; 01-10-2008 at 03:06 AM.
Axephilic is offline   Reply With Quote
Advertisement - Register to Remove

Old 06-05-2007   #2
Elite Member
 
tractordriver88's Avatar
 
Join Date: Nov 2006
Location: United States of America
Posts: 351
PC Experience: Experienced
Default

That's how I made my first web site. I used Geocities to host it for free.
And even today, having that HTML knowledge is very helpful for solving problems with browser compatibilities and other displacement issues.
__________________
Prework
Do the Prework to help us solve your problems!
tractordriver88 is offline   Reply With Quote
Old 07-10-2007   #3
Site Manager
 
upgrader's Avatar
 
Join Date: Jul 2006
Location: /home/upgrader/
Posts: 7,250
PC Experience: Some Experience
Default

Sorry only just noticed this lol.

Good Guide Adam

Some of the basics to start coding with
__________________
PCHF Rules--PCHF Prework--PCHF Downloads
upgrader is offline   Reply With Quote
Old 07-10-2007   #4
Elite Member
 
Spaceman3750's Avatar
 
Join Date: Jan 2004
Location: Riverton, IL, USA
Posts: 1,472
PC Experience: Very Experienced
Default

Here, I'll post some of the free hosts I have in my collection .

Free Webspace and Free Web Hosting Services - Has a whole list of free webhosts.
Xoopiter Free Web Hosting :: Quality Free web hosting :: MySQL, PHP, cPanel and more!
Intro - Post 4 host, or ad-supported if you don't want to post. Instant activation when you have the points, called helions. I used to mod the forums, but they're pretty worthless now, too much P4H spam.
__________________
- Ryan
http://www.spaceman3750.info
http://www.conglomerate-game.net

Cisco Academy - CCNA student
Spaceman3750 is offline   Reply With Quote
Old 07-11-2007   #5
Elite Member
 
Gandalf's Avatar
 
Join Date: Apr 2007
Location: California, USA
Posts: 4,386
PC Experience: PC Guru
Default

Need a FREE HTML editor?
Check it out - Free HTML Editor, Visual Web Page Editor: PageBreeze Freeware

Last edited by Gandalf; 07-11-2007 at 01:23 PM.
Gandalf is online now   Reply With Quote
Old 07-11-2007   #6
Senior Member
 
Axephilic's Avatar
 
Join Date: May 2007
Location: Wisconsin, US
Posts: 1,397
PC Experience: Very Experienced
Default

@Upgrader - Thanks.

@Spaceman - Thanks, I'll take a look at those later. I use freehostia (one of my links) for my all of my sites hosting. They are awesome I have to say.
__________________


Last edited by Gandalf; 07-11-2007 at 01:23 PM.
Axephilic is offline   Reply With Quote
Old 01-08-2008   #7
New Poster
 
Join Date: Jan 2008
Posts: 1
PC Experience: PC Illiterate
Default Re: How to create your own website for free!

A little confusing! Just because of I have nerver maken a webpage. So can not understand. I found a good video tutorial teaches you to create a video tutorial for your website. Click to view the tutorial>>


Last edited by Claire F; 01-08-2008 at 09:13 AM.
Claire F is offline   Reply With Quote

Reply

Bookmarks

Tags
create, free, information, Information:, website
Similar discussions...
Thread Thread Starter Forum Replies Last Post
Pending: Is it possible to create another partition now...? gamerdad007 Hard Drives 4 06-18-2009 08:48 PM
Answered: Can anyone create stickers? Overclocked For life Show off your System 13 12-24-2008 10:23 PM
how to create 3D buttons? amypiero Web Design 2 04-26-2008 04:40 PM
Any Free Website Builder programs? brian101 Unfinished Threads 4 01-12-2007 12:52 AM
<News> Free Agent: Run Multiple Virtual PCs for Free Newsie IT News 0 05-25-2006 06:36 AM

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




All times are GMT. The time now is 06:55 AM.
Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2