HTML Basit Kod Çalışmaları
Osmanlı Padişahları<html> <head> <title>link örneği</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="dizayn.css" /> <link rel="icon" href="resimler/osmanlitugrasi.jpg" sizes="32x32"/> </head> <body> <img src="resimler/200px-II._Murat.jpg" /> <h3>II. Murat</h3> <img src="resimler/200px-Murat_Hüdavendigar.jpg" /> <h3>I. Murat</h3> <img src="resimler/Bellini,_Gentile_-_Sultan_Mehmet_II.jpg" /> <h3>II. Mehmet</h3> <img src="resimler/YıldırımBayezit4.jpg" /> <h3>Yıldırım Beyazıt</h3> </body> </html> |
|
Yorumunuzu Ekleyin