EH - Esposizione interattiva di xHTML etc.   Indici:   Pagine   Panoramica   Termini   Problemi   Esempi

HTML / XHTML: Sinossi per temi

Commenti   Organizzazione strutturale     Suddivisioni ed intestazioni     Interruzioni delle linee     Stile tipografico     Liste     Tabelle     Agganci per collegamenti     Immagini     Componenti dinamiche     Frames     Moduli    

COMMENTI

<!-- ... -->
<COMMENT>...</COMMENT>

ORGANIZZAZIONE STRUTTURALE

<html>...</html>
<head>...</head>
<body   >...</body>
background="url"
  bgcolor="colore"
text="colore"
alink="colore"
vlink="colore"
<title>...</title>
<base href="url">
<isindex   >
prompt="   "
action="   "
<link   >
  href="url"
name=
rel=
rev=
urn="urn"
title=
methods=
<meta   >
  name="chiave"
content="valore"
<nextid>   obs.

SUDDIVISIONI ED INTESTAZIONI

<P   >...</p>
align=center|left|right
<div   >...</div>
align=center|left|right
<h1   >...</h1>
<h2   >...</h2>
<h3   >...</h3>
<h4   >...</h4>
<h5   >...</h5>
<h6   >...</h6>
align=center | left | right

INTERRUZIONI DELLE LINEE

<br   >
clear="right | left | all"
<hr   >
  size="n.pixels"
  width="n.pixels|intero%"
  align="left | center | right"
noshade

STILE TIPOGRAFICO

<b>...<b>
<i>...</i>
<tt>...</tt>
<big>...</big>
<small>...</small>
<sub>...</sub>
<sup>...</sup>
<strike>...</strike>
<blink>...</blink>
<em>...</em>
<strong>...</strong>
<code>...</code>
<kbd>...</kbd>
<var>...</var>
<dfn>...</dfn>
<cite>...</cite>
<samp>...</samp>
<blockquote>...<blockquote>
<address>...</address>
<font   >...</font>
  size="3 | 1 | 2 | 4 | 5 | 6 | 7 | +1 | +2 | +3 | -1 | -2 | -3"
  color="colore"
  face="nome di fonte"
<basefont size=" 1 | 2 | 3 | 4 | 5 | 6 | 7"
<center>...</center>
<nobr>...</nobr>
<WBR>
<pre>...</pre>
tag XMP ... tag /XMP

LISTE

<ol   >...</ol>
type="1|a|a|i|i"
start="valore"
<ul   >...</ul>
type="disc|circle|round|square"
<menu>...</menu>
<dir>...</dir>
<li   >
type="disc | circle | round | square | 1 | a | a | i | i"
<dl   >...</dl>
compact
<dt>
<dd>

TABELLE

<table  >...</table>
border
  cellspacing
  cellpadding
width
align
  bgcolor="colore"
background="immagine"
  bordercolor="colore"
  valign="top | bottom"
<caption   >...</caption>
  align="top | bottom"
<tr>...</tr>
  align="left | right | center"
  valign="top | middle | bottom | baseline"
  bgcolor="colore"
background="immagine"
  bordercolor="colore"
<th   >...</th>
  align="left | right | center"
  valign="top | middle | bottom | baseline"
  rowspan="intero"
  colspan="intero"
nowrap
  width="n.pixels | intero%"
  bgcolor="colore"
background="immagine"
  bordercolor="colore"
<td   >...</td>
  align="left | right | center"
  valign="top | middle | bottom | baseline"
  rowspan="intero"
  colspan="intero"
nowrap
  width="n.pixels|intero%"
  bgcolor="colore"
background="immagine"
  bordercolor="colore"

AGGANCI PER COLLEGAMENTI

<a   >...</a>
  href="url#posizione"
  href="#posizione"
  name="posizione"
rel=
rev=
urn="urn"
title="testo"
methods=
target="nome di frame"

IMMAGINI

<img   >
  src="url"
  lowsrc="path | url"
alt="testo"
ismap
  align="left | center | right"
vspace="valore"
hspace="valore"
  width="valore"
  height="valore"
  border="valore"
usemap="mappa"

COMPONENTI DINAMICHE

<script   >...</script>
language="javascript | vbscript | ..."
src="url"
<object>...</object>
<applet   >...</applet>
class="nome di applet"
  src="url"
  align="left | center | right"
  width="valore"
  height="valore"
<param   >...</param>
  name="nome"
value="valore"
ref="address|url"
<embed   >
  src="url"
  align="left | center | right"
vspace="valore"
hspace="valore"
  width="valore"
  height="valore"
  border="valore"
<noembed>...</noembed>
<map>...</map>
<area   >
shape="rect| "
coords"valori"
  href="url"
nohref

FRAMES

<frameset   >...</frameset>
rows="intero|intero%|*"
  cols="intero|intero%|*"
  border="n.pixels"
<frame   >...</frame>
  src="url"
  name="nome del frame"
  marginwidth="n.pixels"
  marginheight="n.pixels"
scrolling="yes | no | auto"
noresize
<noframe   >...</noframe>

MODULI

<form   >...</form>
action=
method=
enctype=
name=
<input   >
type=
name=
value=
  src="url"
checked
  size="intero"
maxlength="intero"
<textarea   >...</textarea>
  name="nome del frame"

rows="intero|intero%|*"
  cols="intero|intero%|*"
wrap="off | virtual | physical"
<select   >...</select>
  name="nome"
  size="n.scelte"
multiple
<option   >
selected
value="valore"

Indice pagine - inizio pagina