HTML Flashcards
(28 cards)
HTML acronym
Hyper
Text
Markup Language
Change background colour
body bgcolor=”green”
<br></br>
Defines a single line break
Blank line
<hr></hr>
Defines a thematic change in the content
Horizontal line
Add a picture
image src=”______.jpg”>
Centre something
div align=”center”
Adjusting tags
height=x%
width=x%
border=x
FFFFFF
White
FF0000
Red
00FF00
Green
0000FF
Blue
FF00FF
Purple
FFFF00
Yellow
Change colours (border and more)
style=”border-color:red”
x style=”color:x”
Video or audio tag
embed src=”________.swf/MP3”
Change font
div style=”font-family:Comic Sans MS;
Link tag
a href=”_____.address”
<ol></ol>
Ordered list tag
<li>
</li>
Item tag
<ul></ul>
Unordered list tag
Change ul bullet
ul type=”disc”
tr
Table row
td
Table cell/data
Change width of table
table width=”x”