Fieldset Around Data
by Hiroshi on July 9th, 2007
Here is a little tutorial about how to draw a border with caption around the data or form. Example Look:

<fieldset> <legend> Health information: </legend> <form action=""> Height <input type="text" size="3"> Weight <input type="text" size="3"> </form> </fieldset>
If there is no border around the input form, your browser is too old.
Topic: HTML, XHTML, XML, Forms, W3C, Tutorials
Tags: Forms, HTML, XHTML, XML, Forms, W3C, W3C, XHTML, XML
Post's RSS » RSS 2.0, Post's Comments RSS » RSS 2.0


