上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>微格式</title></head><body> <time datetime="2015-10-25">2017年9月14日</time><br> <time d 阅读全文
posted @ 2017-09-14 11:50 侯伟东 阅读(692) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>新元素新布局模板</title> <style type="text/css"> body{height: 608px} header{background: re 阅读全文
posted @ 2017-09-13 21:46 侯伟东 阅读(326) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>section元素,带有语义的块元素</title></head><body> <section> <h2>第一章</h2> <p>第一章节的内容</p> </se 阅读全文
posted @ 2017-09-13 07:26 侯伟东 阅读(213) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>article元素</title></head><body> <article> <header> <h3>文章的标题</h3> <h5>作者:京津冀</h5> < 阅读全文
posted @ 2017-09-13 07:14 侯伟东 阅读(217) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>header/footer</title> <style type="text/css"> body{height: 708px} header{backgroun 阅读全文
posted @ 2017-09-12 07:25 侯伟东 阅读(995) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="侯伟东" content="学习"> <meta name="侯亮平" content="html5实例课程"> <!-- <meta http-equi 阅读全文
posted @ 2017-09-11 20:43 侯伟东 阅读(143) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>常用的通用属性</title> <style type="text/css"> #div1{width: 100%;height: 708px;} #div2{wi 阅读全文
posted @ 2017-09-09 10:29 侯伟东 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>div布局-div与css搭配,不建议内部style方式</title></head><body><div style="width: 100%;height: 7 阅读全文
posted @ 2017-09-09 10:00 侯伟东 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>div布局</title></head><body> <p>p元素是块元素,可以自动换行</p>后续的内容 <b>b元素是内联元素不自动换行</b>后续的内容 <a 阅读全文
posted @ 2017-09-09 09:42 侯伟东 阅读(332) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>table布局</title></head><body style="margin: 0"> <table style="background:#f0f0f0;wi 阅读全文
posted @ 2017-09-08 07:36 侯伟东 阅读(570) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页