上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>常用的文本元素</title></head><body> 常用的文本元素<br><!-- 强制换行 --> <b>加粗文字</b><br> <i>倾斜文字</i>< 阅读全文
posted @ 2017-09-03 11:02 侯伟东 阅读(565) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>了解元素的属性</title></head><body bgcolor="#f0f0f0"> <h1 align="center">静夜思</h1> <h4 ali 阅读全文
posted @ 2017-09-02 21:11 侯伟东 阅读(164) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>常用的3个标签</title></head><body> <h1>静夜思</h1> <hr> <h4>李白</h4> <p>床前明月光</p> <p>疑是地上霜</ 阅读全文
posted @ 2017-09-02 21:01 侯伟东 阅读(424) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>文件的基本格式</title></head><body> </body></html> 阅读全文
posted @ 2017-09-02 20:50 侯伟东 阅读(1464) 评论(0) 推荐(0)
摘要: <appSettings> <add key="connstring" value="provider=microsoft.jet.oledb.4.0;data source=|datadirectory|j.mdb"/> </appSettings> 阅读全文
posted @ 2017-07-27 11:15 侯伟东 阅读(131) 评论(0) 推荐(0)
摘要: <body> <canvas id="mycanvas" width="500" height="300"> 你的浏览器不支持canvas元素 </canvas> <script type="text/javascript"> var canvas=document.getElementById(' 阅读全文
posted @ 2016-10-09 08:51 侯伟东 阅读(364) 评论(0) 推荐(0)
摘要: <embed src="2.swf" type="" width="500" height="" ></embed> 阅读全文
posted @ 2016-10-07 16:54 侯伟东 阅读(295) 评论(0) 推荐(0)
摘要: <!-- <audio src="1.mp3" controls="controls"></audio> --> <audio controls="controls"> <source src="1.mp3" type="audio/mp3"> <source src="1.ogg" type="a 阅读全文
posted @ 2016-10-07 16:35 侯伟东 阅读(441) 评论(0) 推荐(0)
摘要: <video controls="controls" width="500" > <source src="1.mp4" type="video/mp4"> <source src="1.webm" type="video/webm"> </video> html5 webmencoder软件转换软 阅读全文
posted @ 2016-10-07 16:27 侯伟东 阅读(202) 评论(0) 推荐(0)
摘要: <video src="1.mp4" controls="" width="500" height="300" poster="0.jpg" autoplay="" loop="" preload=""></video><!-- poster开始画面图片,autoplay自动加载播放,loop自动循 阅读全文
posted @ 2016-10-07 16:12 侯伟东 阅读(139) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页