HTML Session: Hypertext Markup Language
HTML Session: Hypertext Markup Language
What is HTML ?
Writing process
HTML layout
Basic HTML page
Text format tags
Image tag
Table tags
List tags
Anchor tag
What is HTML ?
3
v b
x
e
t
4
r b
y r
e
o
d
wr e
sa
rew
ref
i
ite ve
d s
sh
HTML text doesn’t have a layout
5
<html>
<head>
</head>
<body>
Hello world
</body>
</html>
Text format tags
9
Paragraph: <p>
Header: <h1>…..<h6>
Font: <font>
Bold, Italics, Underline: <b>,<i>,<u>
Image tag
10
<img
Src : source image
Width: image width
Height: image height
Align: image alignment
Table tags
11
<table>
<tr> : table row
<th> : table header
<td> : table cell
List tags
12
Question
Comments
Opinions