html Flashcards
1
Q
A
title, defines document head
2
Q
A
title, defines document head
3
Q
A
heading
4
Q
<p> </p>
A
paragraph
5
Q
<ul> </ul>
A
bullet list
6
Q
<li> </li>
A
list item
7
Q
<hr></hr>
A
horizontal rule
8
Q
<b> </b>
A
boldface
9
Q
<i> </i>
A
italics
10
Q
<u> </u>
A
underline
11
Q
<a> </a>
A
anchor
12
Q
A
table
13
Q
A
table row
14
Q
A
table data (cell)
15
Q
A
title of webpage
16
Q
A
defines document body
17
Q
A
defines HTML document
18
Q
<img></img>
A
image
19
Q
<br></br>
A
break
20
Q
A
center
21
Q
<a></a>
A
text is the hyperlink
22
Q
“mailto:”
A
23
Q
A
file name should be replaced to have a background
24
Q
src=“filename”
A
specify the filename of the image
25
border=“size”
specify if border included
26
align=“position”
specify the alignment of picture
27
width=“size”
specify width in percent or pixels
28
height=“size”
specify the height in percent or pixels
29
heading
30
paragraph
31
bullet list
32
list item
33
horizontal rule
34
boldface
35
italics
36
underline
38
table
39
table row
40
table data (cell)
41
title of webpage
42
defines document body
43
defines HTML document
44
image
45
break
46
center
48
"mailto:"
email
49
file name should be replaced to have a background
50
src=“filename”
specify the filename of the image
51
border=“size”
specify if border included
52
align=“position”
specify the alignment of picture
53
width=“size”
specify width in percent or pixels
54
height=“size”
specify the height in percent or pixels