html Flashcards

1
Q
A

title, defines document head

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

title, defines document head

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

heading

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

<p> </p>

A

paragraph

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

<ul> </ul>

A

bullet list

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

<li> </li>

A

list item

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

<hr></hr>

A

horizontal rule

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

<b> </b>

A

boldface

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

<i> </i>

A

italics

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

<u> </u>

A

underline

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

<a> </a>

A

anchor

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

table

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

table row

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

table data (cell)

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

title of webpage

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

defines document body

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

defines HTML document

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

<img></img>

A

image

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

<br></br>

A

break

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

center

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

<a></a>

A

text is the hyperlink

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

“mailto:”

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
    37
    anchor
    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
    47
    text is the hyperlink
    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