Created
March 14, 2011 13:31
-
-
Save zaman/869115 to your computer and use it in GitHub Desktop.
web programlama
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<table border=2> | |
<tr> | |
<td rowspan=2> telefon</td> | |
<td>0900 000 0000</td> | |
<td>0900 000 0000</td> | |
</tr> | |
<tr> | |
<td>0900 000 0000</td> | |
<td>0900 000 0000</td> | |
</tr> | |
<tr> | |
<td rowspan=4> telefon</td> | |
<td colspan=2>0900 000 0000</td> | |
</tr> | |
<tr> | |
<td colspan=2>0900 000 0000</td> | |
</tr> | |
<tr> | |
<td colspan=2>0900 000 0000</td> | |
</tr> | |
<tr> | |
<td align="center" colspan=2>0900 000 0000</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment