码迷,mamicode.com
首页 > Web开发 > 详细

WEB (html)基本的元素

时间:2015-05-20 09:30:18      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

<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>

WEB (html)基本的元素

标签:

原文地址:http://www.cnblogs.com/qiuyunblogs/p/4516275.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!