Tags Reference

HTML tags come in pairs with one or two exceptions.

<html>

This tells the Browser that this is a HyperText Markup Language document.

<head>

Between here and the "closing head tag" we put the page Title (inside the Title Tags), other information for the browser, and information for Search Engine "Bots", in Meta Tags. More on this later. The other browser information (javascripts for example) and Meta Tags are optional. What is here in the "Head section" does NOT show on the page itself.

<title>

This Title is what appears at the top of a browser - on the "Title Bar."

<meta>

(Name="string" and Content="string")

This is used to identify meta-information (information about information) in the document. This element is not meant to take the place of elements which already have a specific purpose.

<body>

This tag delimit the content of an HTML document

<table>...</table>

This tag delimits the content of a TABLE.

Align="bleedleft| left| center| right| bleedright| justify " the horizontal alignment of the table on the screen (not the contents of the table). Possible values are:

...

This tag is used to define a block or paragraph of text;


...

This tag sets up a block of text which will be presented in a fixed-width font, with spaces as significant.


...

brackets text that is an extended quotation from another source.