| NamePros Staff Name: Peter Location: Scotland Join Date: Nov 2003
Posts: 4,337
NP$: 2039.40 ( Donate)
| HTML is quite loose. Tags can be left open (although shouldn't be). Some tage dont need to be closed at all such as <br>
In XHTML all tags that have been opened must be closed. In the case of <br> it is usually done by <br /> (same tag opens and closes it in this case same thing as doing <br></br>. |