Piccola guida agli HTML.

« Older   Newer »
  Share  
~Gohan
view post Posted on 3/1/2008, 14:41




Piccola Guida ai Codici HTML


Indice Guida

1 - Introduzione
» 1.1 Introduzione
» 1.2 Codici Tabelle



<center>1 - Introduzione


1.1 Introduzione

L'Html č la forma abbreviata di HyperTest Markup Language, ed č una semplice scrittura per pagine web statiche, cioč che non possono modificare il proprio contenuto.

Un documento scritto in Html contiene solamente testo, che letto dal Browser (Visualizzatore del web. Per esempio Internet Explorer o Mozzilla FireFox č un Browser) puň produrre testo formattato, immagini, database e molte altre cose.

1.2 Codici Tabelle

Modificare e inserire testi nella Tabella

CODICE
<table class="skin_tbl" align="center" cellpadding="0" cellspacing="0">

<tr>
<td class="mleft_top"></td>
<td><table class="mback" width="100%" cellpadding="0" cellspacing="0">

<tr>
<td class="mback_left"></td>
<td class="mback_center"><div class="mtitle">[color=red]TITOLO[/color]</div></td>
<td class="mback_right"></td>
</tr>

</table></td>
<td class="mright_top"></td>
</tr>

<tr>
<td class="mleft"></td>
<td><table class="mainbg" style="text-align:center;width:100%" cellpadding="4" cellspacing="1">

<tr title="RIGA1">
<td class="ww">[color=green]COLONNA1[/color]</td>
</tr>

</table></td>
<td class="mright"></td>
</tr>

<tr>
<td class="mleft_bottom"></td>
<td><table class="msub" width="100%" cellpadding="0" cellspacing="0">

<tr>
<td class="msub_left"></td>
<td class="msub_center">&nbsp;</td>
<td class="msub_right"></td>
</tr>

</table></td>
<td class="mright_bottom"></td>
</tr>

</table>

© Copyright

Edited by ~Gohan - 10/2/2008, 13:27
 
Top
nicky194
view post Posted on 2/2/2008, 22:20




L' hai fatta per me?
 
Top
~Gohan
view post Posted on 3/2/2008, 11:19




No, no l'ho ftta io x k n sa usarli (ne ho un palese esempio prorprio in qsta discussione)
Se volete la completo...
 
Top
nicky194
view post Posted on 3/2/2008, 12:26




si cosě poi mi fai entrare in amministrazione :D
 
Top
~Gohan
view post Posted on 3/2/2008, 12:29




asd allora sta sera la finisco... o forse anke ora... boh...
 
Top
nicky194
view post Posted on 3/2/2008, 12:51




:D:D:D
 
Top
5 replies since 3/1/2008, 14:41   246 views
  Share