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