Friday 11 August 2017

HTML tables and pictures

<!DOCTYPE html>
<html>
<body>
<tr>
<td>Row 1, Cell 1</td>
<td>Row 1, Cell 2</td>
</tr>
<tr>
<br>
<td>Row 2, Cell 1</td>
<td>Row 2, Cell 2</td>
</br>
<img src="E:\PHOTOS\DAIM\Daim.jpg.jpg">
</img>
</body>
</html>

0 comments: