Formatarea Caracterelor

Exemplu:

<html>

<head><title>Formatatrea caracterelor</title></head>

<body bgcolor="pink">

<b> Scriere boldat</b>

<i> Scriere italic</i>

<u>Scriere subliniat</u><br>

Va scrie<sup> superscript</sup><br>

Va scrie <sub> subscript</sub>

</body>

</html>