Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

fieldset for html

<form>
  <fieldset>
    <legend>Box title</legend>

    <label for="field-1">Field 1:</label>
    <input type="text" id="field-1"><br/>

    <label for="field-2">Field 2:</label>
    <input type="text" id="field-2">
  </fieldset>
</form>
Source by dirask.com #
 
PREVIOUS NEXT
Tagged: #fieldset #html
ADD COMMENT
Topic
Name
6+1 =