01-21-2009, 06:50 PM
(This post was last modified: 01-21-2009, 06:57 PM by fulgerulde10.)
PHP Code:
<b>text bold</b>
PHP Code:
<i>text cursiv (italic) </i>
PHP Code:
<u>text subliniat (underlined) </u>
PHP Code:
<del>text taiat (deleted) </del>
PHP Code:
<sup>exponent (superscript) </sup>
PHP Code:
<sub>indice (subscript) </sub>
PHP Code:
<tt>caractere monospatiate (teletype) </tt>
PHP Code:
<cite>Citat (cite) </cite>
Quote:text
PHP Code:
<em>evidentiat (emphasis) </em>
PHP Code:
<code>text scris la tastatura (computer code) </code>
PHP Code:
<kbd>text scris la tastatura (keyboard) </kbd>
<samp>mostra de cod de computer (sample) </samp>
<strong>text ingrosat (strong) </strong>
<small>mic (small) </small>
PHP Code:
<big>mare (big) </big>
PHP Code:
<font color="red">font rosu (detalii) </font>
PHP Code:
<font face="Courier">font Courier (detalii) </font>
PHP Code:
<font size="6">font size=6 </font>
PHP Code:
<div align="center">text aliniat pe centru</div>
text
PHP Code:
<div align="left">text aliniat la stanga</div>
text
PHP Code:
<div align="right">text aliniat la dreapta</div>
text


