You are on page 1of 3

<!

DocType html>
<head><title> Exemplu</title></head>
<body bgcolor="blue" text="olive">
SALUT! eu sunt Roman
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body background="1.jpg" text="olive">
SALUT! eu sunt Roman. <p>Bine sa va cunosc!!!
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red"> SALUT! eu sunt Roman.
<p> <font color="green"> Bine sa va cunosc!!!
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100> SALUT! eu sunt Roman. </font>
<p> <font color="green" size=160> Bine sa va cunosc!!! </font>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100> SALUT! eu sunt Roman. </font>
<p align="center"> <font color="green" size=160 > Bine sa va cunosc!!! </font>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100> SALUT! eu sunt Roman. </font>
<p align="right"> <font color="green" size=160 > Bine sa va cunosc!!! </font>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100> SALUT! eu sunt Roman. </font>
<p align="right"> <font color="green" size=160 > Bine sa va cunosc!!! </font>
<pre>
primavara
vara
toamna
iarna
</pre>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100> SALUT! eu sunt Roman. </font>
<p align="right"> <font color="green" size=160 > Bine sa va cunosc!!! </font>
<pre> <font color="blue" size=130 >
primavara
vara
toamna
iarna
</pre>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100> SALUT! eu sunt Roman. </font>
<p align="right"> <font color="green" size=160 > Bine sa va cunosc!!! </font>
<pre> <font color="blue" size=130 >
primavara
vara
toamna
iarna
</pre>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100>
<p> Salut
<p> <b> Salut
<p> <i> salut
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100>
<p> Salut
<p> <b> Salut
<p> <i> Salut
<p> <b><i> Salut
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100>
<p> Salut
<p> <U>Salut </U>
<p> <b> Salut </b>
<p> <i> Salut </i>
<p> <b><i> Salut </b> </i>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100>
<p> Graficul orelor de IT
<p> 16 <sup>00</sup>-18 <sup>00</sup>
<p>
</body>
</html>

<!DocType html>
<head><title> Exemplu</title></head>
<body>
<font color="red" size=100>
<p> Graficul orelor de IT
<p> 16 <sup>00</sup>-18 <sup>00</sup>
<p> x <sub>1 </sub> +x <sub>2 </sub>
</body>
</html>

You might also like