31 Ağustos 2021 Salı

Web Tasarım Listelerde Link Kullanmak

 <html>

<head>

<title> başlık </title>

</head>

<body>

<h1>faydalı web siteleri<h1>

<ol>

<li><a href="http://www.microsoft.com">www.microsoft.com</a></li>

<li><a href="http://www.google.com">www.google.com</a></li>

<li><a href="http://www.yahoo.com">www.yahoo.com</a></li>

</ol>

</body>

</html>


Hiç yorum yok:

Yorum Gönder