GrabTheBasics.com

The Easy Way To Do Hard Things

Menu: building comment box on website
building a website basics
php grab text from webpage
how do you publish a website on webplus
buliding free web sites
go daddy webpages
grab site for make web
buliding a web site
how do you find the ftp address
free webhoster without ads
build a hog roaster
best websites for building websites
ftp website address
how to upload cgi script to godaddy
add comment box to your website
become web hoster
vibrator demonstration online
how to put a comment box in website
putting a webstie on the internet
teach me how to build a website
godaddy finding ftp information
how to put a comment box in website
free comment box for site
basics on biulding a website
free web sites i can bulid
webshows for free
car building websites
make a comment box for my website
how to add a comment box html code
how to edit go daddy website

"Click Here To Easily Build Your Niche Website Store"

Basics Website


Building a Website

In theory this can be virtually any form of material that you have prepared froma photo to a word-document to a full website. In practice on a website most pages are written inHTML. One reason that HTML is used,is because it is simple and looks pretty and 'right' on all modern browsers. So,yes you may ask your friend to look at a photo, but on the other hand it wouldbe preferable to let him look at an HTML file which includes that photo.

'But what is HTML?'- I hear you ask. HTML stands for HyperText Markup Language. It is the language that is used on the majority of websites today in order to bring together text, pictures, sound and movement so that they are arranged in the optimal way. It is not the purpose of this article to go into too much depth of how to write HTML as there are other excellent sites that explain and teach this. In order to find some, do a search by clicking here

(An alternative is, to use an html editor which will create the html code for you. The way it works is a bit like a word-processor. An example of this is called WebWizard and can be found here )

(You may also want to have a look at 2 Create a Website - Website creation tutorial for beginners.)

However, if you do want to use this article to actually producesomething, then the following lines will produce the text 'Hello World' if usedcorrectly:

<html>
<head>
</head>
<body>
Hello World
</body>
</html>

How the above looks, can be seen here

You can try making a 'Hello World' page by 'copy and pasting' the above linesinto a text editor. Mostcomputers have a text editor called  Notepad which can be found by clicking onStart and then Accessories. Save it as 'helloworld.html' including the ''saround the words. Then go to your browser and type in the exact address of whereyou saved it. So on my computer, it was c:/helloworld.html .  Although yourfictional friend in Australia may not be so impressed with this, just remember, every journey starts with a smallstep

home FAQ How can I help feedback Contact