Html学习笔记(二)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<!--背景颜色-->
<body bgcolor="#00FF00">
<!--分段的-->
<p>This is a paragraph</p>
<p>This is a a a </p>
<!--改变样式中间对齐-->
<h1 align="center">中间对齐</h1>
<!--表格边框大小-->
<table border="10">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
<hr/>
<!--粗体-->
<b>粗体</b>
<hr/>
<!--大字号-->
<big>大字号</big>
<hr/>
<!--着重字体-->
<em>着重字体</em>
<hr/>
<!--小号字符-->
<small>hahahah</small>
<hr/>
<!--加重语气-->
<strong>基准集中于其</strong>
<hr/>
<!--定义下标字-->
<sub>有吗?</sub>
<hr/>
<!--定义上标字-->
<sup>有吗</sup>
<hr/>
<!--下划线-->
<ins>fsdf<ins>
</body>
</html>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。