14.08.2013
Notpad++ programı ile 13.08.2013 te araştırdığımız kodları içeren basit bir site yapmamız istendi.
Önce internetten notpad++ programını indirdim. sonra şu kodları yazmaya başladım...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>ILK ÖDEV SITEME HOS GELDINIZ... </title>
<style type="text/css">
.stil{width:800px;height:100px;background-color:#FFCCFF ;color:#9966FF;margin:0px auto;padding:10px;}
</style>
</head>
<body>
<center><div class="stil"><strong><font size="36px"> ASKALE NIN SESI</font></strong></div></center><br>
<p>Askale web sitesine hos geldiniz...</p>Bu sitemizin <span style="color:red">ilk asamasidir</span> ilerleyen zamanlarda daha profesyonel bir site karsiniza çikacaktir...<br>
<br>
<b>Faydali Siteler</b>
<ul type="disc">
<li><a href="http://www.google.com.tr/?gws_rd=cr"> GOOGLE </a>
<li><a href="http://tr.wikipedia.org/wiki/Ana_Sayfa"> VIKIPEDIA </a>
<li><a href="http://www.haberler.com/"> HABERLER</a>
<br>
<br>
<font color="green"> LISELER </font> <br>
<input type="radio" name="liseler" id="lise1" />
<label for="lise1">ASKALE IMKB LISESI</label>
<br />
<input type="radio" name="liseler" id="lise2" />
<label for="lise2">ASKALE ANADOLU LISESI</label>
<br />
<input type="radio" name="liseler" id="lise3" />
<label for="lise3">ASKALE MESLEK LISESI</label>
<br />
</body>
</html>
İŞTE PROGRAMIN GÖRSELİ...
Hiç yorum yok:
Yorum Gönder