HTML Flashcards

1
Q

How to make an image responsive in HTML?

A

mark its width 100%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to add a link in HTML?

A

Use anchor element. Example - <a> Learn More</a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to make text to uppercase in CSS?

A

text-transform: uppercase.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to remove underline from the links?

A

text-decoration:none.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to remove bullet points from the list?

A

list-style: none.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to add an image to the list items?

A

list-style-image: url()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly