Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html fieldset

  <!-- fieldset with email, max-length-password, submit & reset button-->
        <form>
            <fieldset>
                <legend>Authentication</legend>
              
                <label for="">Email:</label>
                <input type="email" name="email">
              
                <label for="">Password:</label>
                <input type="password" maxlength="8">
              
                <input type="submit" value="submit" target="submit">
                <input type="button" value="reset" target="reset">
            </fieldset>
        </form>
Comment

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>
Comment

fieldset

<fieldset>
 <legend>Ship the blue gift to...</legend>
 <p> <label> Address:     <textarea name=ba autocomplete="section-blue shipping street-address"></textarea> </label>
 <p> <label> City:        <input name=bc autocomplete="section-blue shipping address-level2"> </label>
 <p> <label> Postal Code: <input name=bp autocomplete="section-blue shipping postal-code"> </label>
</fieldset>
<fieldset>
 <legend>Ship the red gift to...</legend>
 <p> <label> Address:     <textarea name=ra autocomplete="section-red shipping street-address"></textarea> </label>
 <p> <label> City:        <input name=rc autocomplete="section-red shipping address-level2"> </label>
 <p> <label> Postal Code: <input name=rp autocomplete="section-red shipping postal-code"> </label>
</fieldset>
Comment

PREVIOUS NEXT
Code Example
Html :: create a link in md 
Html :: ion icon image 
Html :: how to underline text in html 
Html :: html accordion generator 
Html :: <i class="fa fa-tag"</i fontawesome 
Html :: javascript how to set a textbox value to nothing 
Html :: twig map 
Html :: font awesome icons html 
Html :: search button 
Html :: git print commit tree html 
Html :: metadata 
Html :: a href tag 
Html :: ul html 
Html :: button inside input 
Html :: how to send sms with a tag in html 
Html :: bootstrap 5.1 validation 
Html :: select default value 
Html :: px in server 
Html :: google no translate meta tag 
Html :: how to use unicode in html 
Html :: show html in select2 option 
Html :: link to parent folder html 
Html :: button md file 
Html :: Hide table column using JavaScript 
Html :: nested columsn inside bootstrap 
Html :: vue-date-pick 
Html :: div symbol latex 
Html :: how to make a youtube video on a website and let it start by a set time 
Html :: remove padding in code 
Html :: cards vuetify 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =