UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

13 lines (12 loc) 239 B
{{#markdown}} ```html <form> <fieldset> <legend>Fieldset Legend</legend> <label>Input Label <input type="text" placeholder="Inputs and other form elements go inside..."> </label> </fieldset> </form> ``` {{/markdown}}