Hi all!

Can someone tell me how I can display a border on a DIV tag please?

Code:
<HTML>
<HEAD>

</HEAD>

<BODY>

	<DIV style="width:100px;height:100px" style="border:5">
		<TABLE width="100px" height="100px" border="0">
		<TR><TD>&nbsp;</TD></TR>
		</TABLE>
	</DIV>


</BODY>
</HTML>