0% found this document useful (0 votes)
2 views1 page

Deneme 2

Uploaded by

kirmanbassak843
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Deneme 2

Uploaded by

kirmanbassak843
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

doctype html>
<html>
<head>
<title>Menü Uygulaması</title>
<meta charset="utf-8"/>
</head>
<body>
<table border="3">
<tr>
<th colspan="3">Kimlik Kartı</th>
</tr>

<tr>
<td width="120">Adı</td>
<td width="120">Ahmet</td>
<td width="120" height="100" rowspan="3" align="center"><img
src="resimler/accom.jpg" height="70" width="90" alt="www.yazilimkodlama.com"
border="2"></td>
</tr>

<tr>
<td>Soyadı</td>
<td>Cansever</td>
</tr>

<tr>
<td>Doğum Tarihi</td>
<td>1 Ocak</td>
</tr>

<tr>
<td colspan="2">Bilişim Teknolojileri</td>
<td>Sicil No: 123456</td>
</tr>
</table>
</body>
</html>

You might also like