相关基础
2016-12-01 09:48:44 0 举报
AI智能生成
html5知识
作者其他创作
大纲/内容
html5
html模板
基础语法
特殊符号
空格
大于号
>
小于号
<
引号
"
版权号
©
基础标签
h1,h2...h6
<p>...</p>
align=""
<a>...</a>
电子邮件链接
href=""
锚点链接
<img>...</img>
src=""
<br />
<br>
<hr>
注释
<!-- 这是一个注释 -->
布局
有序:<ol><li>...</li></ol>
(序号类型有:1、a、A、ⅰ、I)
无序:<ul><li>...</li></ul>
disc(默认值,实心圆点)
circle(空心圆环)
square(空心正方形))
<dl> <dt> <dd>哈哈</dd>..</dt>.. </dl>
<pre>...<pre>
已过时
滚动 marquee
<font>..</font>
其他
表格
table-tr-td
表单提交
基本结构
<form>***</form>
<input>
text
password
radio
单选
submit
reset
checkbox
复选
<select></select>
多行文本
<textarea></textarea>
框架
frameset
行:rows
宽:cols
frame
css样式
样式选择器
标签选择器
class选择器
id选择器
常用样式属性
文本
背景属性
方框属性
边界属性
填充属性
边框属性
超链接属性
样式表的3类用法
行内用法
内嵌用法
外部样式表
```
0 条评论
下一页