Ana içeriğe atla

Kayıtlar

Kasım, 2024 tarihine ait yayınlar gösteriliyor

farketmez salla

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >         #buton {             background-image : url ( 'dosyalar/resim/e1.png' );             background-repeat : repeat ;             background-size : 150px ;         }     </ style > </ head > < body >     < table border = "1" bgcolor = "cyan" >         < tr >             < td width = "100" height = "100" align = "center" >< img width = "60" height = "50" src ...

Kaan'ın Gradienti

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >         button {           border-radius : 25px ;           background : red ;           width : 200px ;           height : 150px ;           left : 500px ;           position : fixed ;         }     </ style > </ head > < body >     < a name = "capa" ></ a >     < a href = "#capa" >< button > TURGUT </ button ></ a >     ...

Çerçeveli Resim

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title > </ head > < style >     img {         width : 220px ;         height : 130px ;         border-radius : 20px ;     }     h3 {         margin-left : 65px ;     } </ style > < body >     < img src = "dosyalar/resim/manzara.jpg" alt = "resim" id = "resim" >     < h3 id = "baslik" > Manzara </ h3 > </ body > </ html >

İdrisin Tatlış Evi (Sıkıntılı)

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >         #pembe {             background-color : blue ;             color : white ;         }         #turgut {             background-color : white ;             color : purple ;         }     </ style > </ head > < body bgcolor = "red" >     < h1 id = "turgut" > ARKAPLAN ÇALIŞMALARI </ h1 >     < p id = "pembe" > Pembe, Gönlüm Sende 😊 ...

Tuırguuut

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < link rel = stylesheet type = "text/css" href = "css/stil.css" ></ linkrel > </ head > < body >     < p class = "blue" > Burada Sınıf Seçici Kullanılmıştır </ p >     < p id = "green" > Burada İd Seçici Kullanılmıştır </ p >     < p class = "blue" > Burada Sınıf Seçici Kullanılmıştır. </ p >     < p id = "purple" > Burada İd Seçici Kullanılmıştır Fakat Bunun Rengi Bir Öncekinden Farklı </ p >     < p > Burada Direkt Kullanılmamıştır </ p >     < h4 > Burada E...

Title

      < style >         #paragraf1 {             color : white ;             background-color : blue ;         }         #paragraf2 {             color : white ;             background-color : red ;         }         #paragraf3 {             color : white ;             background-color : green ;         }         body {             background-color : black ;         }     </ style >

11A Neden Bu Kadar Ciddisin

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title > </ head > < body >     < table border = "1" >         < tr height = "100" >             < td >< img src = "img/meb.png" width = "120" ></ td >             < td >                     < a href = "#" > ANASAYFA </ a > --                     < a href = "#" > HAKKIMIZDA </ a > --                     < a href = "#" > İ...

Kod

  <! DOCTYPE html > <html lang="tr"> <head>     <meta charset="UTF-8">     <title>Kişisel Bilgiler Modülü</title> </head> <body>     <form action="#" method="post">         <fieldset>             <legend><h1>Kişisel Bilgiler Modülü</h1></legend>                         <label for="ad">Adınızı Giriniz:</label>             <input type="text" id="ad" name="ad"><br><br>                         <label for="soyad">Soyadınızı Giriniz:</label>             <input type="text" id="soyad" name="soyad"><br><br>                         ...

Monitörümü Yedim

 <html><body> <a href="https://11asevmekteyim.blogspot.com" target="_blank"><button type="submit" value="Eyyubî"><img src="enter.svg" width="50" height="50"></button></a> <!-- Linkli Resim Butonu Örneği --> <i>~Made By Eyyubi~</i> </body></html>