HTML Attributes Flashcards

1
Q

href

A

refference URL. <a></a>

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

src

A

source URL or pathway for image. <img></img>

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

width and height

A

image size. <img></img>

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

alt

A

alternate text display. <img></img><img></img>

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

style

A

display font color size ect. Refers to CSS <p style="color:blue;"></p><p></p>

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

title

A

title on page. <p></p><p></p>

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

lang

A

display language, in root element.

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

disabled

A

input element should be disabled

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

id

A

unique id for an element

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