Computer Science, asked by student5416, 3 months ago

4.
Write short notes on:
a). List-style-image
.
b).List-style

c) Empty-cells

Answers

Answered by IRFAANA24
16

Answer:

A)The list-style-image property is used to specify an image that is to be used as a marker (bullet) for list items or elements with display: list-item . When the image is available, it will replace the the marker set using the list-style-type property.

B)This property is applied to list items, i.e., elements with display : list-item; . By default this includes <li> elements. Because this property is inherited, it can be set on a parent element (normally <ol> or <ul> ) to make the same list styling apply to all the items inside.

C)The empty-cells property in CSS selects empty table cells for the purpose of specifying whether or not to display borders and backgrounds on them. In other words, it tells the browser whether or not to draw borders around a table cell or fill in the background when that cell contains no content

Answered by paripandey183
2

Answer:

list-style-image-- list-style-image property is used to specify an image as the list them marker.

list-style-- this is the short hand property where in all the list properties can be specified in one decoration.

empty-cells-- this property helps in specifying whether or not the border and background are to place around empty cells in a table.

Similar questions
Math, 10 months ago