B. Fill in the blanks using the words given below. alt, border-radius, list-style-image,
, loop CSS property 1. To display image with rounded corners, the can be used with the  element. 2. The 3. The CSS propert
Attachments:
Answers
Answered by
3
ANSWER :-
- Border-radius
- List-style-image
- Alt
- <ul>
- loop
Fill ups --
- To display image with rounded corners, the border-radius CSS property can be used with the <img> element.
- The line-style-image CSS property of <ul> element specifies the image to be used as list item marker.
- The alt attribute of the <img> element is used to specify an alternative text that a browser displays if the image cannot be displayed.
- A list with square bullets can be created using the <ul> element.
- The loop attribute of the <audio> tag specifies whether to play the audio file again when it finishes.
Similar questions