NEW

6/recent/ticker-posts

Header Ads Widget

HTML Entities

 

HTML Entities

HTML character entities are used as a replacement of reserved characters in HTML. You can also replace characters that are not present on your keyboard by entities.

These characters are replaced because some characters are reserved in HTML. HTML entities provide a wide range of characters which can allow you to add icons, geometric shapes, mathematical operators, etc.

For example: if you use less than (<) or greater than (>) symbols in your text, the browser can mix them with tags that's why character entities are used in HTML to display reserved characters.

How to use an entity:

You can use an entity in your HTML document by name or by a numerical character reference. Each entity starts with symbol ampersand (&) and ends with a semicolon (;).

Syntax:

  1. &entity_name;  
  2.   OR  
  3. &#entity_number;  

Most used HTML Character Entities

ResultDescriptionEntity NameEntity Number
 non-breaking space&nbsp;160
<less than&lt;60
>greater than&gt;62
&ampersand&amp;38
"double quotation mark&quot;34
'single quotation mark (apostrophe)&apos;39
¢cent&cent;162
£pound&pound;163
¥yen&yen;165
Euro&euro;8364
©copyright&copy;169
®registered trademark&reg;174

Note:Entity names are case sensitive.

Advantage of entity name: An entity name is easy to remember.

Disadvantage of entity name: Browsers may not support all entity names, but the support for numbers is good.

Example:

  1. <!DOCTYPE html>  
  2. <html>  
  3. <head>  
  4. <title></title>  
  5. </head>  
  6.  <body>  
  7.     <h3>HTML entity example</h3>  
  8.     <p> "This is the content written within entity"</p>  
  9.     <p> <p> Paragraph tag </p>  
  10.  </body>  
  11. </html>  

Diacritical Marks in HTML

There are some special types of letters used in HTML whichhave some glyph added to the top or below the letters. These glyphs are called diacritical mark.

Some diacritical marks, like grave (   ̀) and acute (   ́) are called accents.Diacritical marks can be used both above and below a letter, inside a letter, and between two letters.

Following is a list of some diacritical marks:

MarkCharacterConstructResult
 ̀aa&#768;
 ́aa&#769;
̂aa&#770;
 ̃aa&#771;
 ̀OO&#768;
 ́OO&#769;
̂OO&#770;
 ̃OO&#771;

Post a Comment

0 Comments

Recents Post

Exploring Paidwork - Your Gateway to Earning Online