HTML tags

Online guides:

Index

General tag format: <tag_name> text </tag_name>

Basic structure:

<html>
<head>
<title> Title </title> - page title (optional)
<meta http-equv="refresh" content="N; url=NEW_URL" > - automatic transfer to NEW_URL after N seconds (optional)
<meta name="description" content="content" > - page description (optional) (content limited to 988 char.)
<meta name="keywords" content="keywords" > - page keywords (optional)
</head>
<body>
      :
page body.
      :
</body>
</html>


1) Text formatting

Breaking

Style

Lists

Address footer

Special characters

Back to top


2) Graphics

Formats

Guidelines

Inline images

Colours

Back to top


3) Anchors

Links to local files

Links to the Internet

Links to sections of a page

HyperGraphics

E-Mail links

Opening a link in a new window

Modified link colour

Back to top


4) Tables

Basic table structure

Table attributes

Back to top


5) Frames

Frames - basic form

Complex form

Back to top


5) JavaScript

JavaScript - basic format

Statements

Events

Objects

Functions

Swapping images

Other

Back to top


5) Forms

Basic format

Input elements

Form actions

Back to top


5) Useful links

Back to top


E-mail Dejan Zontar