摘要:
1: transition div { width: 200px; height: 100px; background-color: pink; /* transition: 要过渡的属性 花费时间 运动曲线 何时开始; */ /* transition: width 0.6s ease 0s, h 阅读全文
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> * { margin: 0; padding: 0; } ul { list-st 阅读全文
摘要:
1: 目标伪类选择器: :target { color: red; font-size: 30px; } 2: word-spacing: 10px; /* 单词间距 针对于英文 中文无效 */ 3: text-indent: 2em; /* 此时2em 就是2个汉字的宽度 */ 4: font-w 阅读全文
摘要:
1: 骨架:html:5 / ! + tab 2: 锚点:<a href="#tig">我的标题</a> <h3 id = "tig">我的内容</h3> 3: <base target="_blank">放在head标签中 4: label标签: <label> 输入账号: <input type 阅读全文
摘要:
阅读全文
摘要:
HTML标签或属性 英文全称 中文释义 a Anchor 锚 abbr Abbreviation 缩写词 acronym Acronym 取首字母的缩写词 address Address 地址 dfn Defines a Definition Term 定义定义条目 kbd Keyboard 键盘( 阅读全文