Showing posts with label List. Show all posts
Showing posts with label List. Show all posts

list-style-type

List-style-type in CSS.

Syntax (
list-style-type:values;)
  • list-style-type
  • Values: none | disc | circle | square | decimal etc...
Example:

.classname{list-style-type : circle;}

list-style-type

List-style-type in CSS.

Syntax (
list-style-type : values;)
  • list-style-type
  • Values: none | disc | circle | square | decimal etc...
Example:

.class_name{list-style-type : circle;}

list-style-position

List-style-position of CSS.

Syntax (
list-style-position:values;)
  • list-style-position
  • Values: inside | outside
Example:
.classname{list-style-position: inside;}

list-style-image

List-style-image of CSS.

Syntax (
list-style-image:values;)
  • list-style-image
  • Values: choose-image | none
Example:

.classname{list-style-image : none;}

list-style

List-style-type of CSS.
  • list-style-type
  • Values: none | disc | circle | square | decimal etc...
Example:
.classname{list-style-type : circle;}


List-style-position of CSS.
  • list-style-position
  • Values: inside | outside
Example:
.classname{list-style-position: inside;}

List-style-image of CSS.
  • list-style-image
  • Values: choose-image | none
Example:
.classname{list-style-image : none;}