Skip to main content

The entities in html

Non-breaking space 
* The common character was entity used in HTML is the non
    breaking space. 
* The non-breaking space is a space that will not break into a new 
   line.
* The two words was separated by a non-breaking space will stick 
   together (not break into a new line). this is handy when breaking 
   the words might be disruptive.


Comments

Popular posts from this blog

The charset in html

HTML INCODING (CHARACTER SETS)   * TO DISPLAY AN HTML PAGE CORRECTLY, A WEB    BROWSER MUST KNOW WHICH CHARACTER SET    (CHARACTER ENCODING) TO USE.  WHAT IS CHARACTER ENCODING ?   *  ASCII WAS THE FIRST CHARACTER ENCODING STANDARD (ALSO CALLED CHARACTER DET) ASCII DEFINED 128 DIFFERENT ALPHANUMERIN CHARACTER THAT CAN BE USED ON THE INTERNET NUMBERS : (0-9) ENGLISH LETTERS (A-Z) ARE SOME SPECIAL CHARACTER LIKE : ! @ # $ % ^ & * ( ). * ISO 8859-1EAS WAS THE DEFAULT CHARACTER SET OF HTML. THIS CHARACTER SET ALSO SUPPORTED 256 DIFFERENT CHARACTER CODES. MORE INFORMATION PLEASE CLICK HERE .

The styles in html

THE HTML STYLE ATTRIBUTE   * THE SETTINGS OF AN STYLE HTML ELEMENT, CAN BE    DONE WITH THE ATTRIBUTE OF STYLE. * THE ATTRIBUTE OF STYLE IN HTML HAS THE    FOLLOWING SYNTAX. MORE INFORMATION PLEASE    CLICK HERE .  

The Entities in html

HTML Entities * The characters reserved in HTML they must be replaced with     entities characters. * The character was not present on your keyboard they can also be    replaced by entities. HTML Entities * There are some characters which are reserved in HTML. *  If you use the greater then (>) or less than (<) sign in your text,      the browser was might mix them with tags. *  The entities character are used to display the character reserved     in HTML. More information please click here .