How to make an image responsive in HTML?
mark its width 100%
How to add a link in HTML?
Use anchor element. Example - <a> Learn More</a>
How to make text to uppercase in CSS?
text-transform: uppercase.
How to remove underline from the links?
text-decoration:none.
How to remove bullet points from the list?
list-style: none.
How to add an image to the list items?
list-style-image: url()