| |
| 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 > ... |
|
How to create your own website for free!
|
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/).
|
 Tutorial Tools |
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
Sorry only just noticed this lol.
Good Guide Adam
Some of the basics to start coding with 
|
|
|
|
|
|
|
Last edited by Gandalf : 07-11-2007 at 01:23 PM.
|
|
|
@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.
|
|
|
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 10:13 AM.
|
|
|
Re: How to create your own website for free!
Cool!
I used to play around with a bit of HTML myself a while back, making web pages for fun. Some of them actually turned out quite nice when I picked up a bit of Java. I want to have my own website one day so I guess I'll start learning again whenever I feel up to it.
|
|
|
|
|
Re: How to create your own website for free!
Thanks for your opinion Claire. I will try to make it a little more clear when I get some free time.
Regards,
Adam
|
|
|
|
|
Re: How to create your own website for free!
Originally Posted by Claire F
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>>
|
Thanks "Claire" - not plugging your own software by any chance....??
|
|
|
|
|
Re: How to create your own website for free!
Very nice EagleAmerican. Brings back alot of memories when a friend and I used to build chat backgrounds for a chat called Virtual Places. You could find plenty of free Hosts back then. Note pad and html for dummies was my constant companion...
LC
|
|
|
|
|
Re: How to create your own website for free!
Yep.. I used to do Chatspace customization and hosting on my PC. Now, I do bigger and better things like building PHP sites, etc. Working on a project right now. 
|
|
|
|
|
Re: How to create your own website for free!
Getting to grips with xhtml and css myself. I need to start by designing something so I actually remember it rather than forgetting it a couple of minutes after reading it 
|
|
|
|
|
Re: How to create your own website for free!
Yeah, I am horrible with css and xhtml. I still use the old school tables. 
|
|
|
|
|
Re: How to create your own website for free!
css and xhtml drives me nuts 
|
|
|
| Tutorial Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new tutorials
You may not post comments
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 02:35 AM.
| | |