会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
侯伟东
如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
19
下一页
2016年10月3日
html5,input,表单
摘要: <form action="3.html">email:<input type="email" name="email" required="">网址<input type="url" required="">输入手机号码:<input type="tel" required=""><input t
阅读全文
posted @ 2016-10-03 17:25 侯伟东
阅读(195)
评论(0)
推荐(0)
2016年9月17日
html5,表单
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>表单</title></head><body> <!-- <form action="http://h123.date" method="get"> --> <fo
阅读全文
posted @ 2016-09-17 20:52 侯伟东
阅读(208)
评论(0)
推荐(0)
html5,实例开发代码
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <meta name="viewport" content="width=device-width,initial-scale=1
阅读全文
posted @ 2016-09-17 12:01 侯伟东
阅读(4012)
评论(0)
推荐(0)
2016年9月11日
html,移动端代码
摘要: <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"/>
阅读全文
posted @ 2016-09-11 15:55 侯伟东
阅读(584)
评论(0)
推荐(0)
2016年9月8日
html5,导航
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>nav</title> <style type="text/css"> nav{width: 100%;height: 40px;background: #e0ff
阅读全文
posted @ 2016-09-08 15:33 侯伟东
阅读(145)
评论(0)
推荐(0)
2016年9月3日
html5,表格与框架综合布局
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>tabel布局</title></head><body style="margin: 0"> <table style="background: green;hei
阅读全文
posted @ 2016-09-03 20:34 侯伟东
阅读(644)
评论(0)
推荐(0)
2016年8月28日
html5,表格
摘要: <table border="1"><caption>表格的实例</caption><tr><td>单元格</td> <td>单元格</td> <td>单元格</td></tr><tr><td>单元格</td><td>单元格</td><td>单元格</td></tr><tr><td>单元格</td>
阅读全文
posted @ 2016-08-28 19:44 侯伟东
阅读(571)
评论(0)
推荐(0)
HTML5,添加图片
摘要: <img src="0.jpg" width="100" height="150" alt="11">
阅读全文
posted @ 2016-08-28 11:42 侯伟东
阅读(519)
评论(0)
推荐(0)
HTML5,超级链接
摘要: <a href="http://h123.date">预算控制系统</a><<br><a href="2.html">222222</a> <br><a href="http://www.baidu.com" target="_blank"><img src="0.jpg"></a><a href=
阅读全文
posted @ 2016-08-28 11:38 侯伟东
阅读(160)
评论(0)
推荐(0)
2016年6月5日
access链接最原始代码,两种
摘要: using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.U
阅读全文
posted @ 2016-06-05 16:06 侯伟东
阅读(268)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
19
下一页
公告