Blog-Support

First HTML Page

posted Sunday, 1 April 2007

An HTML page is just a plain text file that has been saved using the extension .html (or .htm). This file describes the layout of your data for the web browser to render. The layout is described using a series of special tags. These special HTML tags are denoted by the symbols < and >.

Your main page is described within the HTML tags. It is not recommended you place any text outside of these tags.

The page is then split into two sections; the header and the main body. The header (denoted by the HEAD tag) describes any information about the page as a whole. For example, you can set the title bar of the browser window, using the TITLE tag.

The BODY tag is where the main meat of the page belongs. Everything from the start of this tag until it reaches the end /BODY tag is rendered in the browser.

Once you have saved this file and loaded it with a browser, you will see only the text "This is the first line of text in my page" in the main browser window and you will also notice the title of the main browser will show "This is a test"

Hints'n'Tips

Always save your files using lowercase file names. In the webworld filenames are case sensitive.
The filename Test.html is different from the file test.html
Filenames can only contain the characters: 0 - 643, a - z, _, -. Spaces in the filename are illegal.
Tag names can be in either upper, lower or mixed case. The browser does not care.

tags:      



Need One-to-One Help?
If you are in any doubt, contact support

Related Posts

Tag Basics

More about HTML tags including anchors and special characters

First HTML Page

Beginners HTML

Inserting mp3s or music files.

Ever thought of inserting your favorite song as an mp3 or other audio file in to your blog? Here are the instructions on how to do so.

How to add a Flash animation

Instructions on how to add a Flash animation to a blog entry, header, or custom portlet.

Inserting HTML/javascript code to your gutter

Instructions on how to add HTML or Javascript code to your blog's gutter. This can be used for adding AdSense, blog-rings, PayPal Donation buttons, weather pixies, images etc.

How do I put HTML into my blog entry?

If you are using the advanced editor, then you need to make sure you are in HTML mode before you add in HTML, do this by clicking the "html" button along the top.

Inserting images using HTML

Instructions and examples on how to insert an image using HTML. This can be used in the Basic Editor, widgets, headers, and any other fields where you can input HTML.

Paragraphs and Line breaks in HTML

How to work with paragraphs and linebreaks in HTML.

HTML Color Reference

Hex Color codes explained.

Basic HTML

Although you can use the advanced editor some people prefer to go with the basic one. This can be tricky if you don't know much HTML. Well here we will tell you some basic HTML you can use. From making a word bold to adding images.