You are on page 1of 2

INDIVIDUAL PARTICIPATION

NAME : ARIBA SIDDIQUI


ID : BB-27499
<div class="container">
<h1 class="jumbotron">Weather in Karachi</h1>

<table class="table table-striped tblData">


<tr>
<th>Name</th>
<th>Value</th>
</tr>
<tr>
<td>City</td>
<td id="cityName"></td>
</tr>

<tr>
<td>Temperature</td>
<td id="temperature"></td>
</tr>
<tr>
<td>Description</td>
<td id="tagline"></td>
</tr>

<tr>
<td>Longitude</td>
<td id="longitude"></td>
</tr>
<tr>
<td>Latitude</td>
<td id="latitude"</td>
</tr>

</table>
<h3>Map View</h3>
<div id="mapPicture"></div>
</div>
<script src="main.js"></script>
</body>
</html>

You might also like