Epinions.com 
Join Epinions | Learn More! | Sign In   

HomeMediaBooksLearning HTML

Read Advice   Write an essay on this topic. 

Solid HTML That's As Solid As It Gets: Other HTML Tags

Nov 01 '01

The Bottom Line A number of other HTML tags exist which aren't commonly used but still come in handy. More HTML tags exist, and they will be added to this HTML guide.

There are a number of HTML tags which aren't commonly used, but these tags can still be useful. Some HTML tags act as containers. Some HTML tags act as text formatters. Some HTML tags are exclusive to one web browser or another (so it's necessary to be careful). Below are some HTML tags which can be useful:
__________________________________________________

<ADDRESS>...</ADDRESS>
Although this HTML tag is rarely used these days, web browsers still recognize it. The ADDRESS tag is used to display contact and copyright information. The ADDRESS tag doesn't format text. However, the ADDRESS tag can be used outside the BODY tag. Think of the ADDRESS tag as the foot of the web page (which already has a HEAD and a BODY). Other HTML tags can be included between ADDRESS container tags.
__________________________________________________

<CAPTION>...</CAPTION>
CAPTION is used within TABLE tags to provide a caption for a table. This is handy is a table contains an image.
__________________________________________________

<BLOCKQUOTE>...</BLOCKQUOTE>
If a few words are being quoted in a web page, they can be placed in quotation marks within the text, or italicized within the text (or both). However, if a quote which spans several lines needs to appear in a web page (just as in a document file), then it needs to be indented further inside. BLOCKQUOTE exists for this purpose.
__________________________________________________

<DIV ALIGN="left|center|right">...</DIV>
While Netscape web browsers, and even Microsoft web browsers recognize Netscape's CENTER tags, CENTER is not standard. The DIV tags were developed in response to CENTER. Wherever text or elements need to be centered on a web page, <DIV ALIGN="center">...</DIV> is encouraged. However, <DIV ALIGN="left">...</DIV> and <DIV ALIGN="right">...</DIV> are also possible. Some tags already use the ALIGN attribute, but for those tags which dont use ALIGN the DIV tag is handy.
__________________________________________________

<PRE>...</PRE>
Text which needs to appear in a certain way, with spacing exactly where it is located, needs to be enclosed within PRE tags. PRE tags allow text to appear in a pre-formatted layout. Spaces which are normally ignored (and spacing which is normally reduced to one space) outside PRE tags are honored and recognized between PRE tags. Most web browsers tend to render text between PRE tags in a fixed-width font such as Courier New or Terminal.
__________________________________________________

<EM>...</EM>
These tags are equivalent to <I>...</I>-- both italicize text. EM tags have been part of HTML longer than <I>...</I>, and all web browsers recognize them. EM tags, however, are "logical" tags: they provide emphasis to text in whatever manner a web browser prescribes. In most cases <EM>...</EM> and <I>...</I> are interchangeable (just don't mix-and-match); however, some very specialized web browsers won't handle <I>...</I>
__________________________________________________

<STRONG>...</STRONG>
If <EM>...</EM> is equivalent to <I>...</I>, then <STRONG>...</STRONG> is equivalent to <B>...</B>. What was said for EM tags also goes for STRONG tags.
__________________________________________________

<STRIKE>...</STRIKE>
Text appearing within STRIKE tags is rendered as regular text with a horizontal line through it. Web pages dealing with legal or revision tracking can benefit from the use of STRIKE tags.
__________________________________________________

<S>...</S>
This tag is recognized by a few web browsers, and it is equivalent to <STRIKE>...</STRIKE>.
__________________________________________________

<U>...</U>
Text between these tags appears underlined. Newer web browsers recognize <U>...</U>.
__________________________________________________

<BIG>...</BIG>
Text between BIG tags is rendered in a larger than normal size.
__________________________________________________

<SMALL>...</SMALL>
Text between SMALL tags is rendered in a smaller than normal size.
__________________________________________________

<TT>..</TT> (fixed font or teletype font)
Text between TT tags is supposed to appear in a typewriter or teletype font. Text which represents programming code or soemthing to be typed is good for use with TT tags.
__________________________________________________

<SUB>...</SUB>
Text which needs to appear in subscript is placed between SUB tags. Chemistry formulas and mathematical expressions are good candidates for SUB tags.
__________________________________________________

<SUP>...</SUP>
Text which needs to appear in superscript is placed between SUP tags. Besides chemistry formulas and other/mathematical/scientific expressions, footnotes are good candidates for the SUP tags.
__________________________________________________

Other HTML tags exist, some of which were rendered obsolete while others are specialized. As I find more I will all them to this HTML guide.

Write the first comment on this review!
Epinions.com ID:
neomartin
Location: New York, NY, USA
Reviews written: 117
Trusted by: 9 members
About Me:
Single Native New Yorker, 34, who returned to NYC after several years in NJ.


Help | Member Center | Message Boards | Site Rules | User Agreement | Privacy Policy | Site Index | Topic Index  
About Epinions | Careers | Contact Epinions | Advertising  

Epinions | Shopping.com | Rent.com | Free Classifieds | Price Comparison UK

Shopping.com Network © 1999-2009 Shopping.com, Inc. Trademark Notice

Muze: Copyright 1995 - 2009 Muze Inc. For personal non-commercial use only. All rights reserved.

Epinions.com periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.