HTML Entities, HTML Tutorial, Global Guideline

Forum | Blog


      Home                    

Basic HTML Guide.      
 HTML Introduction.      
 HTML Entities.
 HTML Tags Guide.      
 HTML Head.                
 HTML Meta.                
 HTML Styles.               
 HTML Formatting.       
 HTML Backgrounds.     
 HTML Attributes.         
 HTML Links.                
 HTML Tables.             
 HTML Images.            
 HTML Colors.              
 HTML Fonts.               
 HTML Marquee.         
 HTML Forms.             
 HTML Frames.           
 HTML Lists.                
 HTML Scripts.           
 HTML Summary.        

HTML Tutorial >> HTML Entities.


     Back             Next     


Characters are used as HTML entities and some combinations of words make an entity, these characters provide a method of entering some predefined words that cannot be expressed or visible in HTML document and these are document's character encoding or that cannot easily be entered on a keyboard. HTML Tutorial will guide you that HTML entities are not case-sensitive but preference is to use small words for HTML entities and these entities specify browser that what to do.
HTML Entity starts with less then sign "<" and ends with grater then sign ">" in between these symbols some predefined words like html title body etc are used to tell browser.

Character entities in HTML.


The most common entity in HTML is spaces and these spaces are trimmed by the web browser. And to use the spaces in between text you need to use some special characters as HTML character entities then the spaces will be visible in browser.  Below table is for the explanation of some major entities in HTML.

 

The Most Common Character Entities Table in HTML.


Output of HTML Entity Description of HTML Entity HTML Entity Code HTML Entity Number
space Single non-breaking space &nbsp; &#160;
< Less then sign &lt; &#60;
> Grater then sign &gt; &#62;
& And sign &amp; &#38;
" Double quotes mark &quot; &#34;
' Single quote or apostrophe. &apos; &#39;
© Copy rights mark. &copy; &#169;
® Registered trademark sign. &reg; &#174;
× Multiplications sign in Math. &times; &#215;
÷ Division sign in Math. &divide; &#247;
£ Pond sterling. &pound; &#163;
¥ Japanese yen &yen; &#165;
¢ Cent mark. &cent; &#162;

HTML Entities Summary.


Here in HTML Tutorial section we studied the character entities in HTML.
And we saw a table with list of some common html character entities.

     Back             Next     
 

[ About ] [ Contact ] [ Home ]
[ Links ] [ Site Map ] [ Services ] [ Privacy ]

Copyright © 2005 -  2023 www.globalguideline.com All rights reserved. (Best viewed in IE 6.0+ or Firefox 2.0+ at 1024 * 768 or higher) 522 visitors are online now