InfoMerchant - Merchant Account, Credit Card Processing, and Check Services
BBBOnLine Reliability Seal for InfoMerchant Merchant Accounts Merchant Account Expert

New and Refurbished Credit Card Terminals

 � HTML Tags (Quick Reference)  
     
MERCHANT ACCOUNT SERVICES

InfoMerchant Accounts

Merchant Account

Merchant Account Tips

Merchant Account FAQ

Merchant Cash Advance

High Risk Merchant Accounts

    Offshore Merchant Accounts

International Merchant Accounts

Canadian Merchant Accounts

Merchant Account Description

Online Merchant Accounts

Free Merchant Account

Merchant Account Guide

         Merchant Account Rates

Merchant Account Services

Merchant Account Questions

Merchant Account Providers

List of Visa Acquirers

List of MasterCard Acquirers

Agent Bank Program

              Gift Card Programs

Merchant Accounts

CREDIT CARD PROCESSING

Credit Card Processing

Credit Card Processing FAQ

Telephone Order

Mail Order

PC and Modem

Credit Card Terminals

POS Terminal Companies

Lipman Terminals

Hypercom Terminals

Verifone Terminals

             Ingenico Terminals  
  Cell Phone Wireless Processing
             Mobile Processing

Wireless

Internet Gateway

Payment Gateway Comparison

Batch Processing

Transaction Review

Transaction Reporting

Account Management

List of  Visa Cards

List of  MasterCards

Credit Card Images & Logos

UPS & FedEx Images & Logos

Credit Card Processing Info

CHECK PROCESSING

Check Processing

Check Processing FAQ

Check Processing Glossary

Company Comparison

DEBIT CARD PROCESSING

Smart Debit Cards

Debit Card Processing

Debit Card Companies

Debit Card Services

Debit Card Processing Rates

E-COMMERCE

Non-Profit Donations Online 

Church Contributions Online 

Church Management Software

SMALL BUSINESS

Stop Email Spam

Business Electronics Sale

Business Directory

Reference Desk

Travel Packages

HTML Color Chart

Merchant America San Diego

Online Payment Services

Merchant Services

  HTML Tags


HTML Quick Reference Tags

Basic Tags
<html></html>
Creates an HTML document
<head></head>
Sets off the title and other information that isn't displayed on the Web page itself
<body></body>
Sets off the visible portion of the document
 
Header Tags
<title></title>
Puts the name of the document in the title bar
 
Body Attributes
<body bgcolor=?>
Sets the background color, using name or hex value
<body text=?>
Sets the text color, using name or hex value
<body link=?>
Sets the color of links, using name or hex value
<body vlink=?>
Sets the color of followed links, using name or hex value
<body alink=?>
Sets the color of links on click
 
Text Tags
<pre></pre>
Creates preformatted text
<hl></hl>
Creates the largest headline
<h6></h6>
Creates the smallest headline
<b></b>
Creates bold text
<i></i>
Creates italic text
<tt></tt>
Creates teletype, or typewriter-style text
<cite></cite>
Creates a citation, usually italic
<em></em>
Emphasizes a word (with italic or bold)
<strong></strong>
Emphasizes a word (with italic or bold)
<font size=?></font>
Sets size of font, from 1 to 7)
<font color=?></font>
Sets font color, using name or hex value
 
Links
<a href="URL"></a>
Creates a hyperlink
<a href="mailto:EMAIL"></a>
Creates a mailto link
<a name="NAME"></a>
Creates a target location within a document
<a href="#NAME"></a>
Links to that target location from elsewhere in the document
 
Formatting
<p></p>
Creates a new paragraph
<p align=?>
Aligns a paragraph to the left, right, or center
<br>
Inserts a line break
<blockquote>
</blockquote>

ndents text from both sides
<dl></dl>
Creates a definition list
<dt>
Precedes each definition term
<dd>
Precedes each definition
<ol></ol>
Creates a numbered list
<li></li>
Precedes each list item, and adds a number
<ul></ul>
Creates a bulleted list
<div align=?>
A generic tag used to format large blocks of HTML, also used for stylesheets
 
Graphical Elements
<img src="name">
Adds an image
<img src="name" align=?>
Aligns an image: left, right, center; bottom, top, middle
<img src="name" border=?>
Sets size of border around an image
<hr>
Inserts a horizontal rule
<hr size=?>
Sets size (height) of rule
<hr width=?>
Sets width of rule, in percentage or absolute value
<hr noshade>
Creates a rule without a shadow
 
Tables
<table></table>
Creates a table
<tr></tr>
Sets off each row in a table
<td></td>
Sets off each cell in a row
<th></th>
Sets off the table header (a normal cell with bold, centered text)
 
Table Attributes
<table border=#>
Sets width of border around table cells
<table cellspacing=#>
Sets amount of space between table cells
<table cellpadding=#>
Sets amount of space between a cell's border and its contents
<table width=# or %>
Sets width of table - in pixels or as a percentage of document width
<tr align=?> or <td align=?>
Sets alignment for cell(s) (left, center, or right)
<tr valign=?> or <td valign=?>
Sets vertical alignment for cell(s) (top, middle, or bottom)
<td colspan=#>
Sets number of columns a cell should span
<td rowspan=#>
Sets number of rows a cell should span (default=1)
<td nowrap>
Prevents the lines within a cell from being broken to fit

HTML Quick Reference   Characters

ISO Entities

Name Code Number Code Glyph Description
&lsquo;      left single quote
&rsquo;      right single quote
&sbquo;      single low-9 quote
&ldquo;      left double quote
&rdquo;      right double quote
&bdquo;      double low-9 quote
&dagger;      dagger
&Dagger;      double dagger
&permil;      per mill sign
&lsaquo;      single left-pointing angle quote
&rsaquo;      single right-pointing angle quote
&spades;      black spade suit
&clubs;      black club suit
&hearts;      black heart suit
&diams;      black diamond suit
&oline;      overline, = spacing overscore
&larr;      leftward arrow
&uarr;      upward arrow
&rarr;      rightward arrow
&darr;      downward arrow
&trade;      trademark sign
 
Name Code Number Code Glyph Description
  &#32;   space
  &#33; !   exclamation mark
&quot; &#34; "   double quotation mark
  &#35; #   number sign
  &#36; $   dollar sign
  &#37; %   percent sign
&amp; &#38; &   ampersand
  &#39; '   apostrophe
  &#40; (   left parenthesis
  &#41; )   right parenthesis
  &#42; *   asterisk
  &#43; +   plus sign
  &#44; ,   comma
  &#45; -   hyphen
  &#46; .   period
 
Name Code Number Code Glyph Description
&frasl; &#47; /   slash
  &#58; :   colon
  &#59; ;   semicolon
&lt; &#60; <   less-than sign
  &#61; =   equals sign
&gt; &#62; >   greater-than sign
  &#63; ?   question mark
  &#64; @   at sign
  &#91; [   left square bracket
  &#92; \   backslash
  &#93; ]   right square bracket
  &#94; ^   caret
  &#95; _   horizontal bar (underscore)
  &#96; `   grave accent
  &#123; {   left curly brace
  &#124; |   vertical bar
 
Name Code Number Code Glyph Description
  &#125; }   right curly brace
  &#126; ~   tilde
&ndash; &#150;    en dash
&mdash; &#151;    em dash
&nbsp; &#160;     nonbreaking space
&iexcl; &#161;    inverted exclamation
&cent; &#162;    cent sign
&pound; &#163;    pound sterling
&curren; &#164;    general currency sign
&yen; &#165;    yen sign
&brvbar; or &brkbar; &#166;    broken vertical bar
&sect; &#167;    section sign
&uml; or &die; &#168;    umlaut
&copy; &#169;    copyright
&ordf; &#170;    feminine ordinal
&laquo; &#171;    left angle quote
&not; &#172;    not sign
&reg; &#174;    registered trademark
&macr; or &hibar; &#175;    macron accent
 
Name Code Number Code Glyph Description
&deg; &#176;    degree sign
&plusmn; &#177;    plus or minus
&sup2; &#178;    superscript two
&sup3; &#179;    superscript three
&acute; &#180;    acute accent
&micro; &#181;    micro sign
&para; &#182;    paragraph sign
&middot; &#183;    middle dot
&cedil; &#184;    cedilla
&sup1; &#185;    superscript one
&ordm; &#186;    masculine ordinal
&raquo; &#187;    right angle quote
&frac14; &#188;    one-fourth
&frac12; &#189;    one-half
&frac34; &#190;    three-fourths
&times; &#215;    multiplication sign
&divide; &#247;    division sign


LEARN MORE!

If you are currently processing ask us how we can help you switch (fast and easy)

Allow us to understand and fulfill your payment processing needs and combine them into one comprehensive solution uniquely designed for you the merchant, your business, and your budget. Customized quotes are just a phone call away or fill out our online form and a customer service representative will call you.

ALL major credit & bank cards accepted along with checks 
Single-source merchant services 
Choice of equipment terminals (ask us what better suits your needs)
Online reporting / transaction management/ monthly statements 
In-house RISK / UNDERWRITING departments 
No High Prices
FREE American Express setup
FREE cost analysis & processing quotes
Discount POS Terminals and Equipment
Low Rates and Processing Fees
Quick Installation
Easy and Fast Approvals
Developer Support for Programmers 
Real Time Internet Payment Processing
Experienced Company That You Can Trust
FREE 365 / 24 / 7 customer support

 

Terminal Sales (U.S. & Intl.) 
  ORDER ONLINE      

Merchant Account Sales (U.S. & Intl.)
(971) 223-5632

    Quick Apply (Short merchant pre-application form)

Not Happy with your Current Processor
Give us a call!

SPECIAL DISCOUNTS for churches & non-profit companies

Email contact: InfoMerchant

Visit our new Portland Ask a Merchant Directory and Online Community.

Check out InfoFAQ Shopping Guides for useful information.

San Diego Merchant Directory

Merchant Account to Use Visa, MasterCard, Discover, American Express, and e-Check Services

Visit InfoMerchant Point-of-Sale Store

�2009 InfoMerchant - Merchant Account Info

Random Bible Verse

Sitemap  |  About  |  Contact Us  |  Privacy

Merchant Accounts
& More

Visit Infomerchant POS Terminal Store

Verifone PINpads in Credit Card Terminals Store

Verifone Omni Terminals in Credit Card Terminals Store

Hypercom, Verifone and Nurit POS Terminals

Credit Card Terminals

Cardcops - Check your credit card for free.

Merchant Account Scams