English
German

HTML Entities

HTML Character Entities

An entity is a fancy term for a symbol. Several symbols such as copyright, trademark, or foreign cash symbols exist outside of the ones you see on your keyboard. In order to display them. In order to display these characters, you need to know 4 parts.

There's three parts to every entity.

Example:
  •    Each begins with a ampersand - &
  •    Then the entities name - copy
  •    And finally a semicolon - ;

HTML Additional Spaces

As you have may have learned within paragraph and heading tags, browsers will only recognize and format 1 space between words reguardless of how many you may actually type in your coded HTML. An entity exists for placing additional spaces.

Example:

<p>
Less than - &lt; <br />
Greater than - &gt; <br />
Body tag - &lt;body&gt;
</p>
 

Output

Less than - <
Greater than - >
Body tag - <body>


HTML Email

Making an HTML email link on your page is quick and simple. However, you should know that when you place your email on your website, it is very easy for computer experts to run programs to harvest these types of emails for spamming. If you are going to put your email link on a public website, be sure that you have anti-spam software!

Another option to allow people to send you emails without exposing yourself to massive amounts of spam is to create an HTML form that gathers data from the user and emails it to your email account. We recommend the HTML Form Email that usually reduces the amount of potential spam.


HTML Email Tag

There actually is not a separate HTML tag for creating an HTML email link. Instead you use a standard HTML anchor tag <a> and set the href property equal to the email adddress, rather than specifying a web URL. This is probably confusing and may take a little while to get used to.

Example:

<a href= "mailto:websitename@mail.com" >Syntex Email Example</a>
 


Additional HTML Email Code

By adding a couple extra goodies onto the email address in href you can have both the SUBJECT and the BODY of the email automatically populated for your visitors. This is great when receiving emails from a website to an email account that handles more mail than just from that one link on your site.

By defining a uniform subject that people will automatically have when clicking the link you will be able to tell right away whether or not an email came from the website or from another source (as long as your visitors don't mess with the subject that you give them).

  •     Subject - Populates the subject of the email with the information that you provide.
  •     Body - Populates the body of the email with the information that you provide.

HTML Tutorial,HTML Entities, HTML Entities example, learn HTML Entities,explain example HTML Entities online free training HTML Tutorial, HTML Tutorial example, learn HTML Entities, online tutorial, download tutorial, HTML Tutorial books, HTML Tutorial videos, live videos HTML Tutorial, learn HTML Tutorial, HTML Tutorial topic HTML Entities, live training HTML Tutorial, download free tutorial