标签:style blog io ar color sp for on div
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>HTML格式化</title> </head> <body> <form> 用户名: <input type="text"> <br/> 密码: <input type="text"> <br/> 你喜欢的水果是? 香蕉<input type="checkbox"> 苹果<input type="checkbox"> 西红柿<input type="checkbox"> <br/> 请选择你的性别<br/> 男<input type="radio" name="sex" /> 女<input type="radio" name="sex" /> 请你选择你最常用的网站<br /> <select> <option>www.baidu.com</option> <option>www.google.com</option> <option selected="selected">www.china.com</option> </select> </form> <textarea cols="30" rows="30"> 很多很多文字 </textarea> </body> </html>
用XAMPP
标签:style blog io ar color sp for on div
原文地址:http://www.cnblogs.com/leong/p/4115006.html