html

  1. egehan321

    KASTAF TİCARET Çok ucuza site yapılır

    Merhaba Arkadaşlar. Bu forma ucuz site yaptırmak için geldiniz ben kendi çapımda profosyonel site yapabilirim. Sitenin Fiyatları Ve Bulundurdukları siteler 8 tlden başlar 8 liranın içinde hosting ve domain bulunur. DOMAİNLER [.tk .ml .cf .ga ...] Sitelere isteğinize göre [.com .net] domainleri...
  2. Y

    KASTAF TİCARET - UCUZ VE GÜVENİLİR ÇALIŞMALARIN TEK ADRESİ!

    Selam arkadaşlar. Discord Botu ve tasarımı güvenli bir şekilde yaptırmak için; Kastaf Ticaret Ucuz Fiyat İle Yanınızda 🤗 Sadece DC Botu ve tasarım değil, site ve domain'de yapılıyor! Bize sonsuza kadar güvenebilirsiniz 🙂 Daha Fazla Bilgi İçin Discord Adresimiz: https://discord.gg/cJnKeqDZy9
  3. avnnn

    Hazır Site | HTML

    Hepinize iyi günler değerli Oyuncular Şehri sakinleri, bu konumda sizlere "Hazır Site" kodlaması vereceğim. Bu tarz da daha fazla kodlama arayan arakdaşlar yorumlar da belirtirse belki daha fazla bu tarz da kodlama konusu açabilirim. Fazla söze gerek yok, kodlamaya geçelim. Kod satırı çok...
  4. Lore

    HTML+CSS İndex

    Sizlere bugün güzel bir site indexi baylaşmak istedim. Dosyanın içindeki index.html açın diğer html dosyasını açarsanız sıkıntı olabilir . link
  5. thionn

    HTML'de site özelleştirilmesi yapılabilen panel

    HTML'de kullanıcıya bir panel vererek sitesini özelleştirmesine izin verebilir miyiz? Mesela panel linkini atacağım şifre girecek ve karşısına sayfa gelecek buradan sitesinin kodlarını oynamadan düzenleyebilecek. Böyle bir şey mümkün müdür?
  6. thegears

    HTML&CSS&JavaScript gelişmiş hesap makinesi ;

    uygulama.html ; <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Hesap makinesi</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width...
  7. thegears

    HTML&PHP İsim ve cinsiyet seçiminize göre sonuç veren kod ;

    <?php error_reporting(0); if($_POST){ $ad = $_POST['ad']; $cns = $_POST['cinsiyet']; if(!$cns){ } else if($ad) echo "Hoşgeldiniz ","<b><span style='color:red'>$ad</span></b>"; else echo "Adınızı girmediniz."...
  8. thegears

    HTML&CSS&JavaScript basit bir yazmalı hesap makinesi kodu ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  9. thegears

    HTML&Css&JavaScript basit bir seçmeli hesap makinesi kodu ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  10. thegears

    HTML&CSS&JavaScript ile yapılan kutuların hareketi ;

    <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Deneme</title> <style> #div1{ height: 50px; width: 50px; float: left...
  11. thegears

    HTML&JavaScript kullanıcının sitede kaç saniye durduğunu gösteren kod ;

    <div id="yazii" style="background: white;width: 100px;text-align: center;position: fixed;right: 15px;bottom: 120px;font: bold 25px tahoma;"></div> <span style="position: fixed;right: 15px;bottom: 100px;font: bold 10px tahoma;">Saniyedir Buradasınız.</span> <script>...
  12. thegears

    HTML&CSS&JavaScript gelişmiş Kayıt Ol ve Giriş yap kodu ;

    bunu index.html'e atın <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js">...
  13. thegears

    HTML&JavaScript basit bir kayıt ol ve giriş yap kodu;

    index.html'e atın; <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js">...
  14. thegears

    HTML&JavaScript Girilen sayıları toplayan kod ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  15. thegears

    HTML&JavaScript girilen yazıyı terse çevirip yazan kod ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  16. thegears

    HTML&JavaScript girilen satır sayısı ve sütun sayısına göre tablo yapan kod ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  17. thegears

    HTML&CSS örnek bir site ;

    Aşağıdaki kodu index.html'e atın ; <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html...
  18. thegears

    HTML&CSS div etiketi ile bir otobüs yapımı ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  19. thegears

    HTML & CSS div etiketi ile yapılan bir stadyum ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...
  20. thegears

    HTML&CSS div etiketi ile yapılan bir apartman ;

    <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> <html>...