Hi doews anyone know how to put HTML into a <div> tag?![]()
Hi doews anyone know how to put HTML into a <div> tag?![]()
Um...
HTML Code:<div> <a href="http://.../...">Link</a> <img src="..." alt="..." /> </div>
thankyou
Div tags works as any tag would. The only difference from that and span, is that it's a block-level element.
- Mike
Bookmarks