HTML Tutorial

next


In this HTML tutorial you will learn how to use HTML to create your own Web site.

Table of Contents

Introduction to HTML
  HTML stands for HyperText Markup Language.

 

HTML Elements
 

HTML documents are text files made up of HTML elements. HTML elements are defined using HTML tags.

 

HTML Basic Tags
  The most important tags in HTML are tags that define headings, paragraphs and line breaks.

 

HTML Text Formatting
 

HTML defines a lot of elements for formatting output, like bold or italic text.

 

HTML Character Entities
 

Some characters like the < character, have a special meaning in HTML, and therefore to display them in HTML, we have to use a character entity.

 

HTML Links
  HTML uses a hyperlink to link to another document on the Web.

 

HTML Frames

 

With frames, you can display more than one Web page in the same browser window.

 

HTML Tables

 

With HTML you can create tables.

 

HTML Lists

 

HTML supports ordered, unordered and definition lists.

 

HTML Forms and Input

 

HTML Forms are used to select different kinds of user input.

 

HTML Images

 

With HTML you can display images in a document.

 

HTML Backgrounds

 

A good background can make a Web site look really great.

 

HTML Colors

 

Colors are displayed combining  RED, GREEN, and BLUE light sources.

 

HTML Fonts

 

The <font> tag in HTML is deprecated. It is supposed to be removed in a future version of HTML.

 


next