百度
摘要: uppercase:单词字母大写 lowercase: 单词字母小写 capitalize:单词首字母大写 underline: 下划线 line-through:删除线 line-height:行间距 bold:粗体 letter-spacing:字母间距 word-spacing:单词间距 te 阅读全文
posted @ 2018-03-12 17:56 麦克斯-侯 阅读(383) 评论(0) 推荐(0)
摘要: CSS3:透明度 阅读全文
posted @ 2018-03-10 09:34 麦克斯-侯 阅读(225) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>CSS3:HSL和HSLA</title> <style type="text/css"> body{ background-color: #c8c8c8; bac 阅读全文
posted @ 2018-03-10 09:34 麦克斯-侯 阅读(303) 评论(0) 推荐(0)
摘要: 背景色 Marine Biology The Composition of Seawater Almost anything can be found in seawater. This includes dissolved materials from Earth's crust as well as materials released from... 阅读全文
posted @ 2018-03-10 09:29 麦克斯-侯 阅读(102) 评论(0) 推荐(0)
摘要: 前景色 Marine Biology The Composition of Seawater Almost anything can be found in seawater. This includes dissolved materials from Earth's crust as well as materials released ... 阅读全文
posted @ 2018-03-10 09:28 麦克斯-侯 阅读(128) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-03-08 20:51 麦克斯-侯 阅读(93) 评论(0) 推荐(0)
摘要: <ol>用来创建有序列表<ul>用来创建无序列表<li>列表中的每个项目都被置于起始标签<li>和结束标签</li>之间(li代表列表项目)<dl>用来创建定义列表,并且通常包括一系列术语和定义<dt>用来包含(包着)被定义的术语<dd>用来包含定义 <img>:需要使用<img>元素来向页面中添加 阅读全文
posted @ 2018-03-08 20:49 麦克斯-侯 阅读(147) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>CSS简介</title></head><hr><head> <title>使用外部CSS</title> <link href="css/styles.css" 阅读全文
posted @ 2018-03-08 20:46 麦克斯-侯 阅读(148) 评论(0) 推荐(0)
摘要: src:该特性指定视频的路径poster:在视频加载时或者视频播放之前,该特性用于指定在播放器中显示一个图像。width,height:用像素指定播放器的宽和高controls:让浏览器提供默认的播放控件autopplay:让视频自动播放loop:让视频在结束后重新播放,重复播放。preload:该 阅读全文
posted @ 2018-03-08 20:45 麦克斯-侯 阅读(239) 评论(0) 推荐(0)
摘要: action:每个<form>元素都需要一个action特性,其特性值是服务器上一个页面的URL,这个页面用来在用户提交表单时接收表单中的信息 method:表单的提交方式可以采取以下两种方式 get和post ID:对元素进行唯一标示,用于定位。 <input>:这个元素用来创建多种不同的表单控件 阅读全文
posted @ 2018-03-08 20:44 麦克斯-侯 阅读(305) 评论(0) 推荐(0)
百度