欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片
W3School TIY
編輯您的代碼:
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../../code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> </head> <body> <div data-role="page"> <div data-role="header"> <h1>文本輸入</h1> </div> <div data-role="content"> <form method="post" action="http://www.dbjr.com.cn/tiy/demoform.asp"> <div data-role="fieldcontain"> <label for="fullname">全名:</label> <input type="text" name="fullname" id="fullname"> <label for="bday">生日:</label> <input type="date" name="bday" id="bday"> <label for="email">電郵:</label> <input type="email" name="email" id="email" placeholder="您的郵箱地址.."> </div> <input type="submit" data-inline="true" value="提交"> </form> </div> </div> </body> </html>
查看結(jié)果:
請(qǐng)?jiān)谏厦娴奈谋究蛑芯庉嬆拇a,然后單擊提交按鈕測(cè)試結(jié)果。
jb51.net