Style Flashcards
1
Q
Attribute to style HTML elements
A
style=”property:value;”
2
Q
Change background color
A
style=”background-color:blue;”
3
Q
Change text colors
A
style=”color:blue;”
4
Q
Change text fonts
A
style=”font-family:courrier;”
5
Q
Change text sizes
A
style=”font-size:blue;”
6
Q
Change text alignements
A
style=”text-align:center;”