Form field set with legend : fieldset : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » fieldset »

 

Form field set with legend




<html>
<body>
<html>
<body>

<fieldset>
    <legend>
        Health information:
    </legend>
    <form>
        Height <input type="text" size="3">
        Weight <input type="text" size="3">
    </form>
</fieldset>

</body>
</html>


</body>
</html>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» fieldset