Tag SRC is used for ________
cell value
unordered list
Image source
ordered list
Answers
Answer:
you want to create an unordered list with image bullets, use the CSS property list-style-image. We will be using the style attribute. The style attribute specifies an inline style for an elemen
Explanation:
Answer:
cell value
The list-style-image property replaces the list-item marker with an image.
Note: Always specify the list-style-type property in addition. This property is used if the image for some reason is unavailable.
Default value: none
Inherited: yes
Animatable: no. Read about animatable
Version: CSS1
JavaScript syntax: object.style.listStyleImage="url('smiley.gif')"
Explanation:
Which element is used in HTML to display items in a specific order? a. ... Which value is not used with the ALIGN attribute of the <IMG> tag? ... What type of lists are supported by HTML?
Please Mark me as brainliest.