标签:Enctype self absolute padding 区分大小写 border 结束 引擎 引入
JavaWeb01_html basic
<h1> </h1> ... <h6> </h6>
<!-- html的注释 -->
<dl> <dt></dt> <dd></dd> </dl>
<img src="图片的路径" width="" height="" />
<a href="路径">显示在页面上的内容</a>
<table>
<tr>
<td></td>
<th></th> <!--加粗和居中-->
</tr>
</table>
<html>
和</html>
<head>
设置相关信息</head>
<body>
显示在页面上的内容都写在body里面</body>
<br />
分割线:<hr />
<form>
和</form>
<input type="输入项的类型"/>
<input type="text"/>
<input type="password"/>
<input type="radio"/>
<input type="checkbox"/>
<input type="file"/>
<select name="birth">
<option value="0">请选择</option>
<option value="1991">1991</option>
<option value="1991">1992</option>
<option value="1991">1993</option>
<option value="1991">1994</option>
</select>
<textarea cols="10" rows=""></textarea>
<input type="hidden"/>
<input type="submit"/>
<input type="submit" value="注册"/>
<input type="image" src="a.jpg"/>
b
–加粗 s
–删除线u
–下划线i
–斜体pre
–原样输出sub
和sup
–下标和上标div
–自动换行span
–在一行显示<meta name="keywords" content="学习,熊出没">
–以前的搜索引擎检索方式<meta http-equiv="refresh" content="3; url=https://baidu.com"/>
–三秒跳转<base target="_blank" />
–设置全文超链接以新窗口打开使用框架标签的时候,不能写在body里面,使用了框架标签,需要把body去掉
<frameset>
标签
<frameset rows="80, *">
<frameset cols="80, *">
<frame>
标签
<frame name="lower_left" src="b.html">
以上内容只是个人学习的记录,其他未涉及的内容都可以在网络上或手册上查找的到。
另:此笔记是由markdown编写,用sublime编译成的html文档
标签:Enctype self absolute padding 区分大小写 border 结束 引擎 引入
原文地址:http://www.cnblogs.com/flatcc/p/7191448.html