html tags Flashcards
1
Q
A
Version of (X)HTML
2
Q
A
Version of (X)HTML
3
Q
A
HTML document
4
Q
A
Page information
5
Q
A
Page contents
6
Q
A
Comment Text
7
Q
A
Base URL
8
Q
A
Meta data
9
Q
A
Title
10
Q
A
Relevant resource
11
Q
A
Style resource
12
Q
A
Script resource
13
Q
A
Heading
14
Q
<div>
| </div>
A
Page section
15
Q
<span></span>
A
Inline section
16
Q
<p></p>
A
Paragraph
17
Q
<br></br>
A
Line break
18
Q
<hr></hr>
A
Horizontal rule
19
Q
<a></a>
A
Page link
20
Q
<a></a>
A
Email link
21
Q
<a></a>
A
Anchor
22
Q
<a></a>
A
Link to anchor
23
Q
<strong></strong>
A
Strong emphasis
24
Q
<em></em>
A
Emphasis
25
Long quotation
26
Short quotation
27
Abbreviation
28
Acronym
29
Address
30
Pre-formatted text
31
Definition
32
Code
33
Citation
34
Deleted text
35
Inserted text
36
Subscript
37
Superscript
38
Text direction
39
Ordered list
40
-
|
Unordered list
41
List item
42
Definition list
43
Definition term
44
Term description
45
Form
46
Collection of fields
47
Form legend
48
Input label
49
Form input
50
Drop-down box
51
Group of options
52
Drop-down options
53
Large text input
54
Button
55
Table
56
Caption
57
Table header
58
Table body
59
Table footer
60
Column group
61
Column
62
Table row
63
Header cell
64
Table cell
65
Image
66
Image Map
67
Area of Image Map
68
```
Common Character Entities
"
&
<
>
@
€
•
™
£
```
©
```
Quotation mark
Ampersand
Less than
Greater than
"At" symbol
Euro
Small bullet
Trademark
Pound
Non-breaking space
Copyright symbol
```
69
Object
70
Parameter
71
Empty Elements
72
class
id
style
title
Core Attributes
Note: Core Attributes may not be used
in base, head, html, meta, param,
script, style or title elements.
73
dir
| lang
Language Attributes
Note: Language Attributes may not be
used in base, br, frame, frameset, hr,
iframe, param or script elements.
74
accesskey
| tabindex
Keyboard Attributes
75
```
onBlur
onChange
onFocus
onReset
onSelect
onSubmit
```
Form Events
76
onKeydown
onKeypress
onKeyup
Keyboard Events
77
```
onClick
onDblclick
onMousedown
onMousemove
onMouseout
onMouseover
onMouseup
```
Mouse Events
78
Objects
79
Images and Image Maps
80
Tables
81
Forms
82
```
Lists
83
``````
Text Markup
85
```
```
Document Structure
86