-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchp5 ass.3.html
More file actions
21 lines (20 loc) · 931 Bytes
/
chp5 ass.3.html
File metadata and controls
21 lines (20 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head> <title> Chp 5 As...3 </title>
</head>
<body>
<h1> Where to Place images in your Code </h1>
<br/>
<img src="D:\MISBAH\chap5 24\Images For Assignment\others\12.jpg" width="15%" height="15%">
<p> Iceland - A vast winter and a perfect place to watch the aurora.
</p>
<br/>
<p> <img src="D:\MISBAH\chap5 24\Images For Assignment\others\13.jpg" width="15%" height="15%">
Positano, Almalfi Coast, italy - Storybook town on a cliff by the sea.
</p>
<br/>
<p> Havasu Falls, Grand Canyon, Arizona, usa - in Grand Canyon National Park <img src="D:\MISBAH\chap5 24\Images For Assignment\others\10.jpg" width="15%" height="15%">
is this majestic waterfall.
</p>
</body>
</html>