Integrated Search Marketing, Pay-per-Click, and business strategy.
   utilizing technologies usability web marketing portfolio/ resume faqs
html goodies
css goodies
javascript bag o' tricks
website evaluation
white space
newsletter writing
search engine optimization (SEO)
meta tags
branding YOU
Resume: Search Marketing
web portfolio
Article: WebSite Equals ROI
geodemographics
xml
using server side includes
designing store locators
anti-spam laws
 
  html tag library
  html editors
  hex colors
  meta tags
  xml
  tips & tricks
  using Atomz search engine
  other resources

html tag library

Font Faces

Specify the font in the style sheet.

  • The cat in the sack jumped over the fox in the box. (Verdana)
  • The cat in the sack jumped over the fox in the box. (Comic Sans)
  • The cat in the sack jumped over the fox in the box. (Times New Roman)
  • The cat in the sack jumped over the fox in the box. (Arial)

Links...

  • Link to another site: Here's Google.com
    Here's <A HREF="http://www.google.com">Google.com</A>
  • Link to another site and open in a new browser: Here's Google.com
    Here's <A HREF="http://www.google.com" target="_blank">Google.com</A>
  • Send e-mail: Send us an e-mail.
    Send us an <A HREF="mailto:andreas@andreas.com?subject=Hello to you">e-mail</A>
  • Link a newsgroup: See Willie's newsgroup.
    See Willie's <A HREF="news:alt.willie.the.cat">newsgroup</A>

Links with Images...

Display-only picture (inline image) is Icon of Dash Willy the Cat.
<IMG SRC="images/cat-icon.gif" ALT="Icon of Dash" WIDTH="132" HEIGHT="89" align="bottom">

Clickable pictures WITH TEXT are Icon of DashClick text or pix.
<IMG SRC="images/cat-icon.gif" ALT="Icon of Dash" WIDTH="132" HEIGHT="89" align="bottom">

Clickable pix WITHOUT TEXT are Icon of Dash
<IMG SRC="images/cat-icon.gif" ALT="Icon of Dash" WIDTH="132" HEIGHT="89" align="bottom">

Cross Links...

This creates links which leap into a document to the word "WEB" or "how".

Use this to create a table of contents or a "Let's go to top of page," etc.

<A NAME="web">Anchor for Info on Webs.</A>

Lorem ipsum dolor sit amet, con secteteur adipsicing elit, sed diam nonnumy nibh euisnod tempor inci dunt ut labore et dolore magna ali quam erat volupat. Ut wise enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit laboris nisl ut aliquip ex ea commodo con sequat. Duis autem vel eum irure dolor in henderit in vulputate velit esse consequat.
Vel illum dolor eu feugiat mulla facilsi at vero eos et accusm et ius to odio dignessim qui blandt prae sent luptatum zzril delenit aigue duos dolore et mosestias exceptur sint occaecat cupidtat not simil pro vident tempor sunt in culpa qui officia desrunt mollit aniom ib est abor un et dolor fuga. Et harumd dereud facilis est er expedit distint. Nam liber tempor cum soluta nobis eligent option congue nibil impediet doming id quod maxim plecat facer possum omnis voluptas assumenda est, mnis repellend.

<A NAME="how">Anchor for "How to Find a Site.</A>

Lorem ipsum dolor sit amet, con secteteur adipsicing elit, sed diam nonnumy nibh euisnod tempor inci dunt ut labore et dolore magna ali quam erat volupat. Ut wise enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit laboris nisl ut aliquip ex ea commodo con sequat. Duis autem vel eum irure dolor in henderit in vulputate velit esse consequat.
Vel illum dolor eu feugiat mulla facilsi at vero eos et accusm et ius to odio dignessim qui blandt prae sent luptatum zzril delenit aigue duos dolore et mosestias exceptur sint occaecat cupidtat not simil pro vident tempor sunt in culpa qui officia desrunt mollit aniom ib est abor un et dolor fuga. Et harumd dereud facilis est er expedit distint. Nam liber tempor cum soluta nobis eligent option congue nibil impediet doming id quod maxim plecat facer possum omnis voluptas assumenda est, mnis repellend.

The Internic...

Use WhoIsReport.com or WhoIs to see if a domain name is available. ZDNet Register searches domain names and offers available alternatives.

Special Characters: ISO 8859-1

You may often need special characters that are not on your keyboard. Use the following table to create these characters.

There are two systems: Code and Entity. Entity is easier to use. Just remember that you place an ampersand first, the abbreviation for the character (such as "amp" for ampersand), and then a semicolon to close.

For example, to produce an ampersand (&), type &amp; in your HTML and it will appear as & in your browser.

Short Table With the Most Useful Characters:

Description              Char  Code    Entity
_____________________________________________
Quotation                   "  &#34;   &quot;
Ampersand                   &  &#38;   &amp;
Less-than sign              <  &#60;   &lt;
Greater-than sign           >  &#62;   &gt;
Angle quote mark, left      «  &#171;  &laquo;
Angle quote mark, right     »  &#187;  &raquo;
Inverted exclamation        ¡  &#161;  &iexcl;
Inverted question mark      ¿  &#191;  &iquest;
Cent sign                   ¢  &#162;  &cent;
Pound sign                  £  &#163;  &pound;
Currency sign               ¤  &#164;  &curren;
Yen sign                    ¥  &#165;  &yen;
Broken vertical bar         ¦  &#166;  &brvbar;
Section sign                §  &#167;  &sect;
Copyright sign              ©  &#169;  &copy;
Circled R registered sign   ®  &#174;  &reg;
Middle dot                  ·  &#183;  &middot;
Fraction 1/4                ¼  &#188;  &frac14;
Fraction 1/2                ½  &#189;  &frac12;
Fraction 3/4                ¾  &#190;  &frac34; 
Superscript 1               ¹  &#185;  &sup1;
Superscript 2               ²  &#178;  &sup2;
Superscript 3               ³  &#179;  &sup3;
Degree sign                 °  &#176;  &deg;
Multiplication sign         ×  &#215;  &times;
Division sign               ÷  &#247;  &divide;
Plus-or-minus sign          ±  &#177;  &plusmn;
 
© 2000-2007 StephanieCota.com  |  site map