Computer
Computer
New words: (The students will find and write the new words in their notebook.)
Q.8. Write down the various CSS properties that are used for adding lists in HTML.
Ans. The CSS properties are:
1. list-style-type: Specifies the type of marker for list items (e.g., disc, circle, decimal, etc.).
2. list-style-image: Allows using a custom image as the marker.
3. list-style-position: Defines the position of the marker (inside or outside the list item box).
4. list-style: Shorthand property to set all list style properties at once.
Chapter-7 Tables and Linking in HTML5
New words: (The students will find and write the new words in their notebook.)