
HTML
Zenobiabia
做一个优雅的女程序员。
展开
-
仿qq邮箱登录界面(html+css)
<img src="img/logo.png" class="top" /><div class="all"><div class="first"><span class="login">快速登录</span><span class="pas">账号密码登录</span></div>原创 2017-09-06 22:14:26 · 27072 阅读 · 0 评论 -
仿百度页面(html+css)
<a href="">地图</a> <a href="">视频</a> <a href="">贴吧</a> <a href="">学术</a>原创 2017-09-06 22:09:16 · 14012 阅读 · 0 评论 -
在HTML中使用form相关标签
1、<input type="text"/> type为文本类型 2、<input type="password"/> type为密码类型 3、<input type="button"/> type为普通按钮类型 4、<input type="radio" name=" "/> type为单选按钮类型,checked为选中当前按钮,name名称需保证一致,如(<input type="radio" value="男" name="sex" checked="" />男<input type="radi原创 2017-09-06 13:41:17 · 305 阅读 · 0 评论