html&js

  1. 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>...
  2. 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">...
  3. 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">...
  4. 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>...
  5. 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>...
  6. 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>...