Author Archive
Gömülü bir flash animasyonu: <embed src=”helloworld.swf” /> Tanımı ve Kullanımı <embed> Etiketi harici bir uygulama veya
Posted by: Emre Batma 15/5/2012
Tanımı ve Kullanımı <dir> Etiketi HTML5’de desteklenmez. Yerine <ul> etiketi kullanın. <dir> Etiketi, bir dizin listesi tanımlamak
Posted by: Emre Batma 15/5/2012
Yeşil olarak görüntülenecek bilecek bir belgede bir bölüm: <div style=”color:#00FF00″> <h3>This is a heading</h3> <p>This is
Posted by: Emre Batma 15/5/2012
Tanımı ve Kullanımı The <center> etiketi HTML 5’de desteklenmez. Use CSS instead. The <center> tag was
Posted by: Emre Batma 15/5/2012
Başlığı bulunan bir tablo: <table border=”1″> <caption>Monthly savings</caption> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr>
Posted by: Emre Batma 15/5/2012
Gerekli etiketleri minimum basit bir HTML belgesi: <html> <head> <title>Title of the document</title> </head> <body> The
Posted by: Emre Batma 15/5/2012
Bir satır sonu aşağıdaki gibi işaretlenir: <p>This text contains<br />a line break.</p> Tanımı ve Kullanımı <br>
Posted by: Emre Batma 15/5/2012
Bir tıklanabilir düğme aşağıdaki gibi işaretlenir: <button type=”button”>Click Me!</button> Tanımı ve Kullanımı <button> Etiketi tıklanabilir bir
Posted by: Emre Batma 15/5/2012
Başka bir kaynaktan alıntı bir bölüm: <blockquote cite=”http://www.worldwildlife.org/who/index.html”> 50 yıldır WWF doğanın geleceğini korumak için oluşmuştur.Dünyanın
Posted by: Emre Batma 15/5/2012
<p>It was a <b>red</b> house with a <b>blue</b> door.</p> Tanımı ve Kullanımı <b> Etiketi kalın metin
Posted by: Emre Batma 15/5/2012