HTML/Formattare il testo: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Wim bot (discussione | contributi)
Riga 63:
<source lang=html4strict>
<body>
{{subst:#invoke:Font to span|main|1=<font size="3">Questo testo sarà di dimensione 3</font>}}
</body>
</source>
Riga 70:
<body>
<basefont size="4">
{{subst:#invoke:Font to span|main|1=<font size="+2">Questo testo sarà di dimensione 6</font>}}
{{subst:#invoke:Font to span|main|1=<font size="-2">Questo testo sarà di dimensione 2</font>}}
</basefont>
</body>
Riga 78:
<source lang=html4strict>
<body>
{{subst:#invoke:Font to span|main|1=<font size="+2">Questo testo sarà di dimensione 5</font>}}
{{subst:#invoke:Font to span|main|1=<font size="-2">Questo testo sarà di dimensione 1</font>}}
</body>
</source>