
APPLET
<APPLET
ACCESSKEY=string
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CODE=string
CODEBASE=string
DISABLED
HSPACE=variant
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
MAYSCRIPT
NAME=string
SRC=string
STYLE=string
TITLE=string
VSPACE=string
event = script
>

ADDRESS
<
ADDRESS
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT |
JSCRIPT |
VBS |
VBSCRIPT
STYLE=string
TITLE=string
event = script
>
The Address element is used to specify information such as address, signature and authorship.
- CLASS=
- Specifies the class of the tag being defined. This is most often used to associated a sub-classed style sheet with the tag.
- ID=
!DOCTYPE
<
!DOCTYPE>
Specifies the DTD the document corresponds to.
Different versions may be used depending on the level of compatibility the author wishes to indicate. In the examples below, the first indicates compatibility with the HTML 3.2 DTD; the second indicates a strict adherence to the HTML 4.0 DTD.
Examples
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
Bu element tablo içinde satırların birkaç hücre için ortak hizalama ve stil kurallarının atanabilmesi için gruplanmasını sağlar.
<
TBODY
ALIGN=CENTER |
LEFT |
RIGHT
BGCOLOR=color
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT |
JSCRIPT |
VBS |
VBSCRIPT
STYLE=string
TITLE=string
VALIGN=BASELINE |
BOTTOM |
MIDDLE |
TOP
event = script
>
Bu element bir tablo tanımlar. Tablolar verileri düzenlemek için olduğu gibi, sayfa tasarımı için yapı teşkil etmesi için de kullanılır.
<TABLE
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND=string
BGCOLOR=color
BORDER=integer
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORLIGHT=color
CELLPADDING=string
CELLSPACING=string
COLS=string
FRAME=ABOVE | BELOW | BORDER | BOX | INSIDES | LHS | RHS | VOID | VSIDES
HEIGHT=string
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
RULES=ALL | COLS | GROUPS | NONE | ROWS
STYLE=string
TITLE=string
WIDTH=string
event = script
>
Görüntü Haritası Alanı <AREA>
Haritanın (genellikle resim veya web sayfasının) tıklanabilir bölgelerini belirler ve bunu bir köprü bağlantısıyla ilişkilendirir.
<
AREA
COORDS=string
HREF=string
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT |
JSCRIPT |
VBS |
VBSCRIPT
NOHREF
SHAPE=CIRC |
CIRCLE |
POLY |
POLYGON |
RECT |
RECTANGLE
STYLE=string
TARGET=string
TITLE=string
event = script
>
Event seçeneği kullanıldığında uygulanabilecek olaylar : onblur, onclick, ondragstart, onfocus, onhelp, onkeydown
Örnek Kullanımlar :
APPLET (Java uygulaması eklemek)
HTML dokümanlarına Java uygulaması eklemek amacıyla kullanılır.
<
APPLET
ACCESSKEY=string
ALIGN=ABSBOTTOM |
ABSMIDDLE |
BASELINE |
BOTTOM |
LEFT |
MIDDLE |
RIGHT |
TEXTTOP |
TOP
CODE=string
CODEBASE=string
DISABLED
HSPACE=variant
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT |
JSCRIPT |
VBS |
VBSCRIPT
MAYSCRIPT
NAME=string
SRC=string
STYLE=string
TITLE=string
VSPACE=string
event = script
>
<A> </A> Yer imi – Bağlantı
<
A
ACCESSKEY=string
HREF=string
CLASS=string
DATAFLD=colname
DATASRC=#ID
ID=string
LANG=string
LANGUAGE=JAVASCRIPT |
JSCRIPT |
VBS |
VBSCRIPT
METHODS=string
NAME=string
REL=string
REV=string
STYLE=string
TARGET=string
event = script
>
Web sayfası düzenleme çalışmalarımıza her çalışmada kullanmayı tercih edeceğimiz bir kod grubu ile başlayacağız.
<HTML>
<HEAD>
<TITLE>HTML Giriş Kod Örneği</TITLE>
</HEAD>
<BODY>
Merhaba! Bu HTML Giriş Kod Örneğidir.
</BODY>
</HTML>
|
Örnek – 1 (giris.htm)