|
GENEL KULLANIM
<html>...</html>
<head>...</head>
<body>...</body>
<HTML>
<HEAD>
<title>, <base>, <link>, <isindex>, <meta>
</HEAD>
<BODY>
Tarayıcıda(Browser) görmek istediğiniz her şeyi buraya yazınız.
</BODY>
</HTML>
DiL KARAKTER DÜZENLEME
<meta http-equiv="Content-Type" content="text/html;charset=#">
#= us-ascii, iso-8859-1, x-mac-roman, iso-8859-2, x-mac-ce,
iso-2022-jp, x-sjis, x-euc-jp,
euc-kr, iso-2022-kr,
gb2312, gb_2312-80,
x-euc-tw, x-cns11643-1, x-cns11643-2, big5
You can specify MIME charset information of your html source.
It's good for people who swich some language encodings at option menu.
If encoding is presented in html source, browser can swich them automaticaly.
Especialy in the case you use some entities,
it's better to specify your encoding (maybe iso-8859-1).
Entities appearance will be changed in other encodings on someone's browser.
ARKAZEMiN VE YAZI RENKLERi
Sayfa Renkleri
<body bgcolor=# text=# link=# alink=# vlink=#>
#= rrggbb Hex Number, or Name:
Black,
Olive,
Teal,
Red,
Blue,
Maroon,
Navy,
Gray,
Lime,
Fuchsia,
White,
Green,
Purple,
Silver,
Yellow,
Aqua
- bgcolor --- arkazemin rengi
- text --- yazı rengi
- link --- link rengi
- alink --- aktif link rengi
- vlink --- ziyaret edilmiş link rengi
Arkazemine Resim Yerleştirme
<body background="URL">
Arkazemin Resminin Sabit Kalması
<body background="URL" bgproperties=FIXED>
SAYFAYA BOŞLUK VERME
Sol Boşluk <body leftmargin=#>
Yukardan Boşluk <body topmargin=#> #=margin amount
DİĞER SAYFALARA BAĞLANTI
Basit Bir Link <a href="URL"> ... </a>
Burası bir
<a href="url.htm">Linktir</a>.
Deneyiniz!
|
Burası bir Linktir. Deneyiniz!
|
Şimdi de Sayfanın Bir Bölümüne Gideceğiz.
<a href="#isim"> ... </a>
<a name="isim"> ... </a>
Jump to
<a href="url.htm#jump-test">
Jump to next "Link Target"</a>
in a Link Test document.
|
Jump to
"Link Target"
in a Link Test document.
|
PENCERE HEDEFi
<a href="URL" target="Pencere_Adi"> ... </a>
<a href="url.htm"
target="Pencere_Adi">
Bir Pencere Aç!</a>
|
Bir Pencere Aç!
|
YATAY ÇiZGi
<hr>
<hr>
<hr size=#>
<hr size=10>
<hr width=#>
<hr width=50>
<hr width=50%>
<hr align=#> #=left, right
<hr width=50% align=left>
<hr width=50% align=right>
<hr noshade>
<hr noshade>
<hr color=#>
#= rrggbb Hex Number, or Name:
Black,
Olive,
Teal,
Red,
Blue,
Maroon,
Navy,
Gray,
Lime,
Fuchsia,
White,
Green,
Purple,
Silver,
Yellow,
Aqua
<hr color="red">
|