Skip to main content

The list command in html

Unordered html list - choose list item marker 
* The CSS list-style-type property is used to define the style of the
   list item marker :
    

 Value                            Description 
 * None                                        The item of the list will not
                                                     marked.

 * square                                      The list item sets marker to square.

 * circle                                        The list item sets marker to circle.

 * Disc                                          The list item sets marker to bullet 
                                                      ( default ).
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