-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchp5 ass.5.html
More file actions
24 lines (23 loc) · 968 Bytes
/
chp5 ass.5.html
File metadata and controls
24 lines (23 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head> <title> Chp 5 As...5 </title>
</head>
<body>
<h1> Aligning Images Vertically </h1>
<br/>
<p>
<img src="D:\MISBAH\chap5 24\Images For Assignment\others\6.jpg" valign="top" width="20%" height="20%">
Santorini, Greece - Iconic blue and white buildings on a cliff by the sea.
</p>
<br/>
<p>
<img src="D:\MISBAH\chap5 24\Images For Assignment\others\4.png" valign="middle" width="20%" height="20%">
Maldives - This archipelago is the ultimate tropical island paradise.
</p>
<br/>
<p>
<img src="D:\MISBAH\chap5 24\Images For Assignment\others\7.png" width="20%" height="20%">
Neuschwanstein Castle, Germany - The gorgeous former castle of the king.
</p>
</body>
</html>