Basic HTML
December 12, 2017<html>
<head><title>my page</title></head>
<body>
<h1 align='center'>cities of pak</h1>
<ul type=circle>
<li>RAWALPINDI</li>
<li>ISLAMABAD</li>
<li>PESHAWAR</li>
<li>KARACHI</li>
<li>LAHORE</li>
<li>GUJRAT</li>
</UL>
<hr size='5' width='70%'>
<ol tupe='circle'>
<li>rawal dem</li>
<li>khan pur dam</li>
<li>river nelam</li>
<li>jehlum river</li>
</ol>
<dt>river nelam</dt>
<dd>nelam river comes to the kashmir and join jehlum river</dd>
<dt>river jehlum</dt>
<dd>jehlum river is near to the gujrat city .today the water level of jehlum river is too much down . in these days pakistan faces alot of lack of water.lack of water is cause of born of diseases.</dd>
<img src="D:/website.html/image">
</body>
</html>
0 comments