Beginning HTML

Getting Started

Part of the beauty of HTML is its simplicity. To code in HTML, no special development environment is needed (although, there are some available). All you need to begin coding in HTML is a text editor, such as notepad. To view your web pages as you develop them all you'll need is a suitable browser - that thing you're using to view this very page.

Personally, I like to separate my web pages from the rest of my work, so I created a folder called "C:\My Webs" to deal with my web pages. I recommend you create a similar folder. Underneath this folder, create a new folder for this article call it something similar to "article"

I like to use a special folder to store all of my images in for each website. This helps keep the pages separate from the images. I usually call this folder "images"

If you've done the same, then you should have (or have something similar to) the following folder structure:
C:\My Webs\article\ - for storing HTML pages.
C:\My Webs\article\images\ - for storing our images.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Computer Science is no more about computers than astronomy is about telescopes.” - E. W. Dijkstra