You are on page 1of 2

<html>

<body>
<h4>coloana</h4>
<table border="1">
<tr>
<td>100</td>
<hr>
</table>
<h4> un rand si trei coloane</h4>
<table border="1">
<tr>
<td> 100</td>
<td>200</td>
<td>300</td>
</tr>
</table>
<h4>doua randuri si trei coloane</h4>
<table border="1">
<tr>
<td>100</td>
<td>200</td>
<td>300</td>
</tr>
<tr>
<td>400</td>
<td>500</td>
<td>600</td>
</tr>
</table>
<p>fiecare tabel incepe cu table
fiecare rand incepe cu tr
fiecare data incepe cu td
</p>
</body>
</html>
<html>
<form>
introduceti numele:
<input type="text" name="nume" size="15" maxlenght="20">
</form>
</html>
<htm>
<form>
<input type="checkbox" name="checkbox" value="optiune1"> optiune1
<input type="checkbox" name="checkbox" value=""optiune2">optiune2
</form>
<html>
<html>
<form>
<input type="zodia" name="choice" value="optiune1">da
<input type="zodia" name="choice" value="optiune2">nu
</form>
</html>
<html>
<form>
<input type="submit" value="trimite">
<input type="reset" value="anuleaza">
</form>
</html>
<html>
<div style="background-color:yellow;width:200px;">
<p>HTML background code is limited, CSS background code is much better!</p>
</div>
<p><a href="http://www.quackit.com/html/codes/color/">HTML color</a></p>
</html>

You might also like