WEB (html)基本的元素

<html>

<head>

<title> the page title name </title>

</head>

<body>

<h1 align = "center"></h1>

<p> sth</p>

<body>

</html>

 

align设置位置

<pre>预先格式化文本

<br/>换行

<hr/>一条直线

<i>设置字体为斜体

<u>设置字体有下划线

<b>设置字体加粗

<s>设置字体有删除线

<sbp>幂的次方

<sub>脚注

<ol type = "1" start = "2">列表

<li> list 1</li>

<li> list 2</li>

</ol>

posted @ 2015-05-20 09:10  shuke2016  阅读(161)  评论(0编辑  收藏  举报