Skip to main content

The css in html

In HTML CSS  styling 
* The CSS in HTML describes how the element in HTML are to be
   displayed on screen paper or in another media.

* In HTML CSS can be added to HTML elements in 3 ways :-
    1. EXTERNAL :- By using an external CSS file.
    2. INLINE :- In HTML elements by using the style of attribute.
    3. INTERNAL :- By using a <style> element in the <head>
                               section.
back to home page 

Comments

Popular posts from this blog

The computer code elements in html

HTML <KBD> FOR KEYBOARD INPUT   * THE ELEMENTS OF <KBD IN HTML REPRESENT USER    INPUT, LIKE KEYBOARD INPUT OR VOICE COMMAND. * THE TEXT WAS SURRONDED BY THE TAG OF <KBD>    TYPICALLY DISPLACED IN THE BROWSER'S DEFAULT     MONOSPACE FONT: FOR MORE INFORMATION PLEASE     CLICK HERE .

how to create a table in html

today we will make a table using html commands table is very useful to manage data in a structure by using table we summries data in a structure for more information please click on this link

Attributes command in html

HTML ATTRIBUTES   * THE ELEMENTS OF HTML CAN HAVE ATTRIBUTES. * THE ATTRIBUTES PROVIDE A ADDITIONAL    INFORMATION ABOUT AN ELEMENT. * THE ATTRIBUTES ALWAYS SPECIFIED ARE IN THE START    TAG.  * THE ATRRIBUTES SOME TIME COME IN VALUE/NAME    PARIS LIKE :-  NAME="VALUE" MORE INFORMATION    PLEASE CLICK HERE