Tuesday 15 July 2014

Basics Of HTML

Welcome to HTML...
This is Primer #1 in a series of seven that will calmly introduce you to the very basics of HyperText Mark-up Language. I suggest you take the Primers one at a time over seven days. By the end of the week, you'll easily know enough to create your own HTML home page. No really. You will.
I say that because many people scoff at the notion that they can actually learn this new Internet format. I'm still amazed that the best-selling line of computer books calls its readers "Dummies." And people seem to revel in that title. Some of the smartest people I know love to proclaim themselves "Dummies" regarding every aspect of computers. Strange. I think you'll do a whole lot better at your next cocktail party by handing out your home page address rather than laughing about how dumb you are about the Internet.
You Can Do This!

Let's Get Started
I am assuming at the beginning of this tutorial that you know nothing about HTML. I am assuming, however, some computer knowledge. You wouldn't be looking at this page without having some knowledge. To continue with these Primers, you will need...
1. A computer (obviously)
2. A browser like Mozilla Firefox, Netscape Navigator, Microsoft Internet Explorer, or Opera. If you're looking at this page, you already have one. If you look up at the title bar at the very top of your screen it will probably say the page title ("Basic HTML: Introduction") and then your browser's name.
3. A word processor. If you have access to Windows "Notepad" or "WordPad" programs or the MAC "Simple Text" program, use that to get started.
If you have those three things, you can write HTML with the best of them. Now here are a few questions you probably have:
Q. I have a MAC (or PC) -- will this work on my computer?
A. Yes. HTML does not use any specific platform. It works with simple text. More on that in a moment...
Q. Must I be logged onto the Internet to do this? More specifically, will learning this throw my cost for on-line way up?
A. Neither. You will write off-line.
Q. Do I need some sort of expensive program to help me write this?
A. No. You will write using just what I outlined above. You can buy those programs if you'd like, but they're not needed. I've never used one.
Q. Is this going to require I learn a whole new computer language like Basic or Fortran or some other cryptic, God-awful, silly-lookin', gothic extreme gobbledygook?
A. Touchy-touchy, aren't we? "No" is the answer. HTML is not a computer language. Allow me to repeat that in bold... HTML is not a computer language!

Complete Index of HTML Tags

This complete index of tags is arranged alphabetically by tag. Each tag is a link that leads to a description of the tag and its syntax. If you'd prefer less detail, try the compact index that lists each tag without its descriptive name. Four other indexes are available that list tags according to the standards they support.
The Comprehensive HTML Cross Reference was created as a service to the Internet community. It represents a joint effort of Scott Williams of CDI Corporate Education Services and Kate Gregory of Gregory Consulting and is fully protected by Copyright © 1995 - 2001. Please report any errors or omissions to Kate Gregory.

  <!-->         Comment

  &lt;          Escape Sequences

  <A>           Anchor

  <ABBREV>      Abbreviation

  <ACRONYM>     Acronym

  <ADDRESS>     Address

  <APPLET>      Java Applet

  <AREA>        Area

  <AU>          Author

  <AUTHOR>      Author

  <B>           Bold

  <BANNER>      Banner

  <BASE>        Base

  <BASEFONT>    Base Font

  <BGSOUND>     Background Sound

  <BIG>         Big Text

  <BLINK>       Blink

  <BLOCKQUOTE>  Block Quote

  <BQ>          Block Quote

  <BODY>        Body

  <BR>          Line Break

  <CAPTION>     Caption

  <CENTER>      Center

  <CITE>        Citation

  <CODE>        Code

  <COL>         Table Column

  <COLGROUP>    Table Column Group

  <CREDIT>      Credit

  <DEL>         Deleted Text

  <DFN>         Definition

  <DIR>         Directory List

  <DIV>         Division

  <DL>          Definition List

  <DT>          Definition Term

  <DD>          Definition Definition

  <EM>          Emphasized

  <EMBED>       Embed

  <FIG>         Figure

  <FN>          Footnote

  <FONT>        Font

  <FORM>        Form

  <FRAME>       Frame

  <FRAMESET>    Frame Set

  <H1>          Heading 1

  <H2>          Heading 2

  <H3>          Heading 3

  <H4>          Heading 4

  <H5>          Heading 5

  <H6>          Heading 6

  <HEAD>        Head

  <HR>          Horizontal Rule

  <HTML>        HTML

  <I>           Italic

  <IFRAME>      Frame - Floating

  <IMG>         Inline Image

  <INPUT>       Form Input

  <INS>         Inserted Text

  <ISINDEX>     Is Index

  <KBD>         Keyboard

  <LANG>        Language

  <LH>          List Heading

  <LI>          List Item

  <LINK>        Link

  <LISTING>     Listing

  <MAP>         Map

  <MARQUEE>     Marquee

  <MATH>        Math

  <MENU>        Menu List

  <META>        Meta

  <MULTICOL>    Multi Column Text

  <NOBR>        No Break

  <NOFRAMES>    No Frames

  <NOTE>        Note

  <OL>          Ordered List

  <OVERLAY>     Overlay

  <P>           Paragraph

  <PARAM>       Parameters

  <PERSON>      Person

  <PLAINTEXT>   Plain Text

  <PRE>         Preformatted Text

  <Q>           Quote

  <RANGE>       Range

  <SAMP>        Sample

  <SCRIPT>      Script

  <SELECT>      Form Select

  <SMALL>       Small Text

  <SPACER>      White Space

  <SPOT>        Spot

  <STRIKE>      Strikethrough

  <STRONG>      Strong

  <SUB>         Subscript

  <SUP>         Superscript

  <TAB>         Horizontal Tab

  <TABLE>       Table

  <TBODY>       Table Body

  <TD>          Table Data

  <TEXTAREA>    Form Text Area

  <TEXTFLOW>    Java Applet Textflow

  <TFOOT>       Table Footer

  <TH>          Table Header

  <THEAD>       Table Head

  <TITLE>       Title

  <TR>          Table Row

  <TT>          Teletype

  <U>           Underlined

  <UL>          Unordered List

  <VAR>         Variable

  <WBR>         Word Break

  <XMP>         Example

2 comments: