Lec2 - IS333 - HTML5
Lec2 - IS333 - HTML5
IS333: MULTI-TIER
APPLICATION DEVELOPMENT
Information
Systems
Department
Lecture 2: HTML5
Objectives
2
2
10/1/16
Introduction
3
3
main.html
10/1/16
10/1/16
Blank Lines
7
7
10/1/16
Comments
8
8
10/1/16
html Element
9
9
10/1/16
head Element
10
10
10/1/16
body Element
11
11
10/1/16
10/1/16
title Element
13
13
10/1/16
Paragraph Element
14
14
10/1/16
Headings
15
15
10/1/16
heading.ht
ml
Headings (cont.)
16
16
10/1/16
Linking
17
17
a web page
a file
an e-mail address
10/1/16
Line 12
introduces the
strong
element,
which indicate
that its content
has high
importance.
Browsers
typically render
such text in a
bold font.
10/1/16
links.html
10/1/16
Linking to a File
20
20
navigation.
html
10/1/16
10/1/16
contact.ht
ml
10/1/16
10/1/16
24
24
Hyperlinking to an E-Mail
Address
10/1/16
Images
25
25
picture.ht
ml
10/1/16
Images
26
26
10/1/16
Images
27
27
10/1/16
10/1/16
10/1/16
10/1/16
10/1/16
Special Characters
33
33
10/1/16
Special Characters
34
34
Symbol
Description
Character entity
reference
&
ampersand
&
apostrophe
'
>
greater-than
>
<
less-than
<
quote
"
10/1/16
Special Characters
35
35
Symbol
Description
Non-breaking
space
Character entity
reference
copyright
©
em dash
—
en dash
–
fraction 1/4
¼
fraction 1/2
½
fraction 3/4
¾
horizontal ellipsis
…
10/1/16
Special Characters
36
36
Symbol
Description
Character entity
reference
registered
trademark
®
trademark
™
section
§
10/1/16
Lists
37
37
10/1/16
10/1/16
10/1/16
Nested List
40
40
10/1/16
Nested List
41
41
list.html
10/1/16
Nested List
42
42
10/1/16
Tables
43
43
table1.ht
ml
10/1/16
Tables
44
44
table1.ht
ml
10/1/16
Tables
45
45
10/1/16
Tables
46
46
10/1/16
Tables
47
47
10/1/16
Tables
48
48
10/1/16
Tables
49
49
10/1/16
Forms
50
50
10/1/16
Forms
51
51
10/1/16
Forms
52
52
form.html
10/1/16
Forms
53
53
form.html
10/1/16
10/1/16
10/1/16
10/1/16
10/1/16
Forms
58
58
10/1/16
form2.htm
l
10/1/16
form2.htm
l
10/1/16
form2.htm
l
10/1/16
form2.htm
l
10/1/16
Textarea Element
63
63
10/1/16
10/1/16
10/1/16
10/1/16
Select Element
67
67
10/1/16
68
68
10/1/16
Reference
69
69
10/1/16