Uscita Grafica | Sorgente |
<em>: Esempio di testo.
| <em>Esempio di testo.</em> |
<strong>: Esempio di testo.
| <strong>Esempio di testo.</strong> |
<cite>: Esempio di testo.
| <cite>Esempio di testo.</cite> |
<dfn>: Esempio di testo.
| <dfn> Esempio di testo.</dfn> |
<code>: Esempio di testo.
| <code>Esempio di testo.</code> |
<samp>: Esempio di testo.
| <samp>Esempio di testo.</samp> |
<kbd>: Esempio di testo.
| <kbd>Esempio di testo.</kbd> |
<var>: Esempio di testo.
| <var>Esempio di testo.</var> |
<abbr>: Esempio di testo.
| <abbr>Esempio di testo.</abbr> |
<acronym>: Esempio di testo.
| <acronym>Esempio di testo.</acronym> |
<q>: Esempio di testo.
| <q>Esempio di testo.</q> |
<blockquote>:
Una citazione più lunga.
|
<blockquote>
<p>
Una citazione più lunga.</p>
</blockquote> |
<pre>
Testo preformattato
che va a capo senza bisogno di tag speciali
|
<pre>
Testo preformattato
che va a capo senza bisogno di tag speciali
</pre>
|
<ins>Testo inserito
<del>Testo cancellato
|
<p>
<ins>Testo inserito</ins>
<br>
<del>Testo cancellato</del>
</p>
|
<address>:
via Roma, 3 - mailto: mario.rossi@mail.it
|
<address> via Roma, 3 - mailto: mario.rossi@mail.it</address>
|
Uscita Grafica | Sorgente |
Normale:
|
<a href="nuovaPagina.php"><img src="Home.gif" alt="
Testo alternativo"/></a>
|
Server-side map:
|
<a href="pippo.php"><img src="Home.gif"ismap="ismap"alt="
Testo alternat"/></a> |
Client-side map con aree:
|
<map id="mappa" name="mappa">
<area alt="prima" shape="rect" coords="0,0,5,5"
href="area1.php" />
<area alt="seconda" shape="circle" coords="20,20,5"
href="area2.php" />
</map>
<img src="Home.gif" usemap="mappa" alt="
Testo alternativo" />
|
Client-side map con link:
|
<map id="mappa2" name="mappa2">
<p> <a shape="rect" coords="0,0,5,5"
href="area1.php">area1</a> </p>
<p> <a shape="circle" coords="20,20,5"
href="area2.php">area2</a> </p>
</map>
<img src="Home.gif" usemap="mappa2" alt="
Testo alternativo" />
|
Client-side map mescolata a link esterno:
|
<a href="pippo.php">
<img src="Home.gif" usemap="mappa" alt="Testo alt"/>
</a>
|
Uscita Grafica | Sorgente |
Intest. 1 |
Intest. 2 |
Intest. 3 |
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table>
<tr>
<th>Intest. 1</th>
<th>Intest. 2</th>
<th>Intest. 3</th>
</tr>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</table>
|
Uscita Grafica | Sorgente |
Intest. 1 |
Intest. 2 |
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
|
<table border="1">
<tr>
<th>Intest. 1</th>
<th>Intest. 2</th>
</tr>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
</tr>
</table>
|
Uscita Grafica | Sorgente |
cellpadding=10
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1" cellpadding="10">
<caption>cellpadding=10</caption>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</table>
|
cellspacing=10
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1" cellspacing="10">
<caption>cellspacing=10</caption>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</table>
|
Uscita Grafica | Sorgente |
frame=visides, rules=cols
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1" frame="vsides" rules="cols">
<caption>frame=visides, rules=cols</caption>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</table>
|
frame=hisides, rules=rows
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1" frame="hsides" rules="rows">
<caption>frame=hisides, rules=rows</caption>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</table>
|
frame=below, rules=none
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1" frame="below" rules="none">
<caption>frame=below, rules=none</caption>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</table>
|
Uscita Grafica | Sorgente |
Tabella con thead
Intest.1 |
Intest.2 |
Intest.3 |
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con thead</caption>
<thead>
<tr>
<th>Intest.1</th>
<th>Intest.2</th>
<th>Intest.3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Tabella con thead e tfoot
Intest.1 |
Intest.2 |
Intest.3 |
Chiusura1 |
Chiusura2 |
Chiusura3 |
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con thead e tfoot</caption>
<thead>
<tr>
<th>Intest.1</th>
<th>Intest.2</th>
<th>Intest.3</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Chiusura1</td>
<td>Chiusura2</td>
<td>Chiusura3</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Uscita Grafica | Sorgente |
Tabella con colonne predefinite (allineamento e ampiezza)
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con colonne predefinite
(allineamento e ampiezza)</caption>
<col align="left" width="50pt" valign="top" />
<col align="center" width="100pt" />
<col align="right" width="70pt" valign="bottom" />
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Tabella con colonne predefinite (definizione multipla con span)
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con colonne predefinite
(definizione multipla con span)</caption>
<col align="left" width="50pt" valign="top" />
<col align="center" width="100pt" span="2" />
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Tabella con colonne predefinite (colonna omessa)
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con colonne predefinite
(colonna omessa)</caption>
<col align="left" width="50pt" valign="top" />
<col align="center" width="100pt" />
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Uscita Grafica | Sorgente |
Tabella con due gruppi di colonne
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con due gruppi di colonne<
/caption>
<colgroup align="right" width="150pt" valign="
bottom" span="2" />
<colgroup align="left" width="270pt" valign="top" />
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Tabella con due gruppi di colonne, rules=groups
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1" rules="groups">
<caption>Tabella con due gruppi di colonne,
rules=groups< /caption>
<colgroup align="right" width="150pt" valign="
bottom" span="2" />
<colgroup align="left" width="270pt" valign="top" />
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Tabella con due gruppi di colonne, ciascuna definita separatemente
Cella 1,1 |
Cella 1,2 |
Cella 1,3 |
Cella 2,1 |
Cella 2,2 |
Cella 2,3 |
Cella 3,1 |
Cella 3,2 |
Cella 3,3 |
|
<table border="1">
<caption>Tabella con due gruppi di colonne,
ciascuna definita separatemente</caption>
<colgroup align="right" width="150pt"
valign="bottom">
<col align="left" width="50pt" valign="top" />
<col align="center" width="100pt" />
</colgroup>
<colgroup align="left" width="270pt" valign="top" />
<tbody>
<tr>
<td>Cella 1,1</td>
<td>Cella 1,2</td>
<td>Cella 1,3</td>
</tr>
<tr>
<td>Cella 2,1</td>
<td>Cella 2,2</td>
<td>Cella 2,3</td>
</tr>
<tr>
<td>Cella 3,1</td>
<td>Cella 3,2</td>
<td>Cella 3,3</td>
</tr>
</tbody>
</table>
|
Uscita Grafica | Sorgente |
Select (size=1)
|
<select name="i11" size="1">
<option>Opzione senza label e valore</option>
<option value="v1">Opzione senza label</option>
<option value="v2" label="label3">Opzione con
label</option>
<option value="v3" label="label4"></option>
<option disabled="disabled">
Opzione disabilitata</option>
<option selected="selected">
Opzione selezionata</option>
</select>
|
Select (size=3)
|
<select name="i12" size="3">
<option>Opzione senza label e valore</option>
<option value="v1">Opzione senza label</option>
<option value="v2" label="label3">Opzione con
label</option>
<option disabled="disabled">
Opzione disabilitata</option>
<option selected="selected">
Opzione selezionata</option>
</select>
|
Select con gruppi (size=1)
|
<select name="i13" size="1">
<optgroup label="gruppo1">
<option>Opzione senza label e valore</option>
<option value="v1">Opzione senza label</option>
</optgroup>
<optgroup label="gruppo2">
<option value="v2" label="label3">Opzione con
label</option>
<option disabled="disabled">
Opzione disabilitata</option>
</optgroup>
<option selected="selected">
Opzione selezionata</option>
</select>
|
Select con gruppi (size=3)
|
<select name="i14" size="3">
<optgroup label="gruppo1">
<option>Opzione senza label e valore</option>
<option value="v1">Opzione senza label</option>
</optgroup>
<optgroup label="gruppo2">
<option value="v2" label="label3">Opzione con
label</option>
<option disabled="disabled">
Opzione disabilitata</option>
</optgroup>
<option selected="selected">
Opzione selezionata</option>
</select>
|
Select multipla (size=1)
|
<select name="i15" size="1" multiple="multiple">
<option>Opzione senza label e valore</option>
<option value="v1">Opzione senza label</option>
<option value="v2" label="label3">Opzione con
label</option>
<option disabled="disabled">
Opzione disabilitata</option>
<option selected="selected">
Opzione selezionata</option>
</select>
|
Select multipla (size=3)
|
<select name="i16" size="3" multiple="multiple">
<option>Opzione senza label e valore</option>
<option value="v1">Opzione senza label</option>
<option value="v2" label="label3">Opzione con
label</option>
<option disabled="disabled">
Opzione disabilitata</option>
<option selected="selected">
Opzione selezionata</option>
</select>
|