HTML5创建的简易web表单


html>

lang="en">

    </span>AwesomeCo Newsletter<span style="color:#e8bf6a;">
    http-equiv="Content-Type" content="text/html;charset=utf-8">
    
    
    


method="post" action="/Projects/1">
id="Personal_information"> Project Information
  1. type="text" name="name" autofocus id="name"/>
  2. type="range" min="0" max="10" name="priority" value="0" id="priority"/>
  3. type="number" min="0" max="1000" name="estimated_hours" id="estimated_hours"/>
  4. type="date" value="2016-8-11" name="start_date" id="start_date"/>
  5. type="email" name="email" id="email">
  6. type="url" name="url" id="url"/>
  7. type="color" name="project_color" id="project_color"/>
  8. type="submit" value="Submit"/>

你可能感兴趣的:(学习笔记)