HTML Attributes Flashcards
1
Q
href
A
refference URL. <a></a>
2
Q
src
A
source URL or pathway for image. <img></img>
3
Q
width and height
A
image size. <img></img>
4
Q
alt
A
alternate text display. <img></img><img></img>
5
Q
style
A
display font color size ect. Refers to CSS <p style="color:blue;"></p><p></p>
6
Q
title
A
title on page. <p></p><p></p>
7
Q
lang
A
display language, in root element.
8
Q
disabled
A
input element should be disabled
9
Q
id
A
unique id for an element