<!DOCTYPE html>
<html>
<head>
<title>Ahmet KADAK' ın Yazılım Evi</title>
</head>
<body style="background-color: gray;">
<h1 style="color: #de0000;">Ben Malatya' da doğdum. </h1>
<a href="https://kadakod.com/">Benim Sitem</a>
<h1>Başlık 1</h1>
<ul>
<li>Elma</li>
<li>Armut</li>
<li>Kivi</li>
</li>
</ul>
<img width="60px" height="40px"
src="https://www.taxi-times.com/wp-content/uploads/2020/08/2020-08-11-Togg-kommt-elektrisch-nach-Deutschland-Foto-TOGG.jpg">
<p style="font-size: 18px;">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
make
</p>
<table border="1">
<tr>
<td>Pazartesi</td>
<td>Salı</td>
<td>Çarşamba</td>
<td>Perşembe</td>
</tr>
<tr>
<td>Elma</td>
<td>Et</td>
<td>portakal</td>
<td>çikolatalı süt</td>
</tr>
</table>
</body>
</html>