HTML Fundamentals


back to first page

What is HTML?

HTML documents are plain-text files that can be created using any text editor (e.g., Emace or vi on UNIX machines; SimpleText on a Macintosh; Notepad on a Windows machine). You can also use word-processing software.

A Basic Structure of an HTML Document

  1. A line containing HTML version information.

  2. A declaration header section delimited by the HEAD element.

  3. A body, which contains the document's actual content. The boby may be implemented by the BODY element or the FRAMESET element.


This is a picture

Link to my first page

Hosted by www.Geocities.ws

Hosted by www.Geocities.ws

1