Skip to main content

The styles in html

Html background color 
* The property of background - color defines the background color
   for an html element.

* the example sets the backdround color for a page to poderblue :
back to home page  

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 .