YAML-Formular Textfeld


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="type-text">
  2. <label for="email">E-Mail <sup title="This field is mandatory.">*</sup></label>
  3. <input type="text" name="email" id="email" size="20" aria-required="true"/>
  4. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.