.:Urban-Glam.Com:. .:Urban-Glam.Com:.
.:Home:. .:Gina:. .:Domain:. .:Exits:. .:Tutorials:. .:Myspace:. .:Portfolio:.
Coding in Notepad

Want to start coding your own website, here is how you can start...

To get notepad out go to the Start button on your computer, then to Programs/Accessories/Notepad. This is if you use Windows.

Now, it is all up to you how you want to setup and code your site. But there is a wrong way and a right way of doing it. The right way would be to copy this code and paste it in your notepad.

That is how you should start every page you make.

You always put your MAIN CONTENT in between the body tags. There is also content that goes on your header tags like the title of your page which is already in there, and your style.css and things of that nature. If your page is not valid it may not be viewable in certain browsers.

So, add that code, then add the rest of your content, go to File/Save As. Name the page what you want, let's say you wanted to name it menu, you would write menu.html or menu.htm. Then save it and upload it to your site.

< Back