Web Design and Development
Introduction
Internet and WWW
Defining a Web site
Good and bad Web Design Features
Elements of a Web page
HTML Introduction
Initial tags
Character Formatting Tags
Paragrraph Formatting tags
List Tags
Anchor Tag
Images
Frames
Forms
Other elements

HTML Tags

<h1> to <h6> - section headings
- Defines header 1 to header 6
Attribute:
Align = left/center/right

- HTML automatically adds an extra blank line before and after a heading.
<h1>
- defines the largest heading.
<h6>
- defines the smallest heading.

<p>
- Defines a paragraph

Attribute:

Align = left/center/right

<br>
- Inserts a single line break (empty tag - no closing tag)

<hr>

- Defines a horizontal rule

Attributes:
Align=left/center/right
Size=[px] 2
Width = [px] / %
Noshade
Color=#rrggbb

Hosted by www.Geocities.ws

1