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

Web 标签

时间:2018-09-18 00:34:35      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:doctype   表格   author   example   三级   标题   ble   har   you   

<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="小杨">
<meta name="copyright" content="版权所归成都大学小杨">
<title>the web</title>
</head>
<body>
<hr size="5px" color="bule" width="90%"">
<p align="center">
<table border="1"><!--简单表格-->
<tr>
<th>学校</th>
<th>班主任</th>
<th>姓名</th>
<th>年级</th>
<th>一本率</th>
</tr>
<tr>
<td>荥经中学</td>
<td>谢光平</td>
<td>杨一峰</td>
<td>2014级</td>
<td>59%</td>
</tr>
</table>
</p>
<p align="center">
<form action="" method="get" class="form-example">
<div class="form-example">
<lable for="name">Enter your name:</lable>
<input type="text" name="name" id="name" required>
</div>
<div class="form-example">
<lable for="address">Enter your address:</lable>
<input type="test" name="address" id="address" required>
</div>
<div>
<lable for="爱好">你的爱好是?:</lable>
<!--input type="test" name="爱好" id="爱好" required-->
</div>
<li>篮球</li><li>足球</li><li>LOL</li>
</p>
<h1>这是以及标题</h1>
<h2>这是二级标题</h2>
<h3>这是三级标题</h3>
<b>这是黑体</b>
<i>这是斜体</i>
<u>这是下划线</u>
<del>这是删除线</del>
<strong>这是强调的语气</strong>
X<sup>2</sup>+x-3=5
X<sub>1</sub>+X<sub>2</sub>=5
<big>大号字</big>
<small>小号字</small>
<font color="red">这是红色的字体</font>
<font color="blue">这是蓝色的字体</font>
<font size="5">这是五号字体</font>
<font size="7">这是七号字体</font>
<hr width="50% size="3px" color="red">
<p align="center">
<img src="图片/fight.jpeg" alt="NOT Found!" width="300" height="300">
</p>
<p align="center">青春一个人的战斗</p>
<p align="center">所以无论如何都要坚持下来</p>
<p align="center">如果坚持不下来也没关系</p>
<p align="center">放弃也能释怀</p>
<p align="center">但是但是放弃了也就意味着你没有抱怨的权利!</p>
<p align="right">我爱中国</p>
<p align="right">我爱四川</p>
<p align="right">我爱雅安</p><p align="right">我爱荥经</p>
<address>四川省成都市龙泉驿区</address>

Web 标签

标签:doctype   表格   author   example   三级   标题   ble   har   you   

原文地址:https://www.cnblogs.com/xiaoyangaibianchen/p/9665371.html

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