Studying once again

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>网页标题</title>
</head>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<p>This is paragraph</p>
<a href="http://www.w3school.com.cn">This is a link</a>
<img src="/i/eg_w3school.gif" width="300" height="120"/>
<br />
<hr />
<b>This text is bold</b>
<strong>This text is strong</strong>
<im>This text is imphasized</im>
<i>This text is italic</i>
This text
This text
<pre>保留空格和换行</pre>
常用于显示计算机代码标签:<cord>、<kbd>、<tt>、<samp>、<var>
<address>地址标签</address>
<abbr title="etcetera">etc.</abbr>
<acronym title="world wide web">www</acronym>
<h1 align="center">This is heading 1</h1>
<body bgcolor="yellow"></body>


<p style="color:red'>This text is red</p>

</body>
</html>

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容