1 / 6

Introduction to CSS List Styles - Lesson 8

In CSS, The list-style property is a shorthand property for setting list-style-type, list-style-image and list-style-position. Here is a breif introduction in this video from Attitude Academy.

Download Presentation

Introduction to CSS List Styles - Lesson 8

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to CSS List Styles - Lesson 8 Publisher : Attitude Academy

  2. What is List-Style CSS • Lists are very helpful in conveying a set of either numbered or bulleted points. This chapter teaches you how to control list type, position, style, etc., using CSS • There are three choices for values: • List-style-type • List-style-image • List-style-position • (Note: Or you can control them individually)

  3. LIST-STYLE • List Style Type • You can control the type of bullet ordered and unordered lists use with the list-style-type property • Values • disc • circle • square • decimal • lower-roman • upper-roman • lower-alpha • upper-alpha • none list-style-type:disc;

  4. LIST-STYLE List Style Image list-style-image: url(path/images-nam.jpg,png,gif,etc); You can use an image for the bullet of unordered lists with the list-style property list-style-image: url(path/images-nam.jpg,png,gif,etc);

  5. LIST-STYLE • List Style Position • You can control the position of ordered and unordered lists with the list-style-position property • There are two choices for values: • Inside • Outside

  6. Visit Us : Attitude Academy

More Related