HTML

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<font face="nume font"> </font> ("HelveticaNeue-Light", "Helvetica Neue Light",

"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; )


<big></big>
<font color="red"></font>
<small></small>
<sub>
<sup>
....
cutie :
<div style="width: 500px; border: 2px solid black">
<p style="margin: 0; padding: 10px">A block of paragraph text goes here</p>
</div>
<br/> new line
coloane:
<div id="column1" style="float:left; margin:0; width:33%;">
CONTENT
</div>
<div id="column2" style="float:left; margin:0;width:33%;">
CONTENT
</div>
<div id="column3" style="float:left; margin:0;width:33%">
CONTENT
</div>
</div>
<ul style="list-style-type: none;"> - lista fara punctulete
<font style="letter-spacing: 1cm;"> Testing Letter </font>

You might also like