25 Apr 2012

How to produce a web site together with your Own HTML

Creating your own web site is less complicated than the general public suppose.
From a high level read, you simply want two things: HTML code and an online browser to look at it. If you have got your own code, copy it into notepad or another text editor and put it aside on your pc as index.html. Then use an online browser to open it. And there you have got it, a web site that contains one online page.
This is a awfully simplistic overview of a website. Let get into some additional detail.
Let's check out what some sample HTML appearance like:
First page
This is my 1st web site. It solely has one page: This one!
This is my 1st link to Google.
Let's assume you used the on top of code in your index.html file. you'll then use your browser (e.g. net Explorer or Firefox) to open this file and you ought to see:
This is my 1st website. It solely has one page: This one!
Google <- this line is hyperlinked*
*Hyperlinked means that you'll click on it and it'll take you to a different location. Hyperlinks typically show up in a very completely different color and format than regular text.
At this time, solely you'll see this website. Most people wish this on the net for everybody to look at. Now, the actual fact is, you'll use your own pc to host this (simple) website for everybody to access on the net, but, i might dare say that hardly anyone will that. What "everyone" normally will is place this file on internet|an internet|an online} host and let the net hosting company hold your web site (aka net hosting).
Web hosting typically prices cash, but, you'll do it for complimentary in addition. But, there's one issue you have got to try to to beforehand, you have got to see the name of the web site. Using the Google example on top of, their name of the website is google.com. you wish to come back up with a web site name that nobody else has taken and then register it employing a domain name registration company.
After you have got done that, then you have got to inform the domain name registration company to purpose to your net hosting company.
Then you set your files on the net hosting company within the directory where the web site files are presupposed to go. they're going to tell you once you open your account or have documentation on it. Often, the directory to place your files in is called: /public_html/.
Finally you and everybody else with net access will browse your web site by typing in your web site address.
Let's summarize everything on top of and place it in order:
1. confirm a reputation for your website
2. Register it with a site registration company (aka domain registrar)
3. realize internet|an internet|an online} hosting company and choose one in every of their web hosting packages
4. Tell the domain registrar to purpose to the net hosting company
5. place your html file on the net hosting company
6. Use a browser to kind within the name of your website thus you and everybody else with net access will read it
Now, the domain registration company and net hosting company may be managed by a similar company. as an example GoDaddy will register your domain name and host your web site. and plenty of hosting firms will do that in addition. they will even have a partnerships with different firms to permit you to try to to everything in one spot.

No comments:

Post a Comment