xhtml tagy

This webpage I'm doing on my own.I am going to write which tagy are in html.


new line, paragraph, space, linky

<br /> = new line

<p> </p> = paragraph

&nbsp; = space

<li><a href="tabulky.html">tabulky</a> </li>

Kind of letters

There are a lot of diffrent kings of writting,a lot of them you don't need If you want more clik here http://w3.jumep.com/html/tryit/tryhtml_formatting.php

ul makes a dots al makes a nubmers ,li makes new line <ul>
<li><a href="tabulky.html">table</a> </li>
<li><a href="php.html">my css</a> </li>
<li><a href="php.html">my php</a> </li>
</ul>

fat letters
<b> fat letters </b>

slanted letters
<i> slanted letters </i>


title

main title

<h1> main title </h1>

title

<h2> title </h2>

small title

<h3> small title </h3>