html&css

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

    Sayfada yukarı ve aşağı atan buton yapımı HTML & CSS;

    İlk önce aşağıdaki kodu <body>'nin hemen altına yani body'daki kodların en üstüne atın ; <a name="bas"></a> Sonra aşağıdaki kodu kodların en altına yani </body>'nin hemen üstüne atın ; <a name="son"></a> Ardından aşağıdaki kodu body'nin içine atın <div style="right: 10px;bottom:25px;width...