源代码 :
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>开源教程(ossoft.cn)</title> <style> input { width: 100%; } </style> </head> <body> <p>全宽输入框:</p> <form> <label for="fname">First Name</label> <input type="text" id="fname" name="fname"> </form> </body> </html>
运行结果