Home

Table of
Contents


Editors

Tags

Text
Formatting


Entities

Links

Frames

Tables

Lists

Forms

Images

Backgrounds

 





Table of Contents:


HTML Basics

Editor selection
First you need to get acquainted with the editors you can use and the editors you should use. There are plenty of advanced editors you can get. But the most common is Notepad. Although you can use any editor that you like as long as it saves text in the textfile method.

Basic HTML Tags
The best way to learn HTML is to look at others examples. In this chapter we have created some easy examples to teach you the basic HTML tags.
With our HTML editor you can both study the examples and edit them on your own.

HTML Formatting
This chapter uses the same simple HTML editor that you find in the previous chapter to demonstrate HTML formatting tags. It shows the text formatting tags, the computer output tags, the citation tags, the quotation tags, and the definition tags.

HTML Character Entities
Some characters have a special meaning in HTML, like the less than sign (<) that defines the start of an HTML tag. If we want the browser to actually display these chracters, we have to insert character entity in the HTML source.

HTML Links
This chapter demonstrates how to insert and control the links on your page and also how to insert mail link.

HTML Frames
This chapter demonstrates how to make vertical, horizontal, and mixed framesets.

HTML Tables
This chapter shows how to insert a table header, a table border, and an image in a table cell. It also shows how to define cells that span more than one row or column, and how to control the white space between the cell content and its borders.

HTML Lists
This chapter demonstrates different HTML lists. It shows different types of ordered and unordered lists. It also shows about nesting of an HTML document.

HTML Forms
This chapter demonstrates HTML forms and input tags. It shows how to create text fields, check-boxes, and radio-buttons.

HTML Images
This chapter demonstrates HTML image tags. It shows how to insert and also align an image. It also shows how to create an image-map with click-able regions.

HTML Background
This chapter demonstrates how to use HTML backgrounds.