首页 > 代码库 > 2017.4.13学习2
2017.4.13学习2
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>我的主页</title>
</head>
<body>
好好学习天天向上
<a href="https://baidu.com" target="_blank">新闻 </a>
<img src="http://www.mamicode.com/img/bd_logo1.png"> </img>
<input type="text" placeholder="随你写"> </input>
<input type="button" value="http://www.mamicode.com/百度一下"> </input>
<h1>好好学习天天向上</h1>
<h2>好好学习天天向上</h2>
<h3>好好学习天天向上</h3>
<h4>好好学习天天向上</h4>
<h5>好好学习天天向上</h5>
<h6>好好学习天天向上</h6>
<a href="http://www.cnblogs.com/liuchenqiang/">刘臣强博客</a>
<p><span>some text.</span>some other text.</p>
<h1>一个无序列表:</h1>
<ul>
<li>咖啡</li>
<li>茶</li>
<li>牛奶</li>
<li>巧克力</li>
</ul>
<h1><font face="verdana">刘臣强</font></h1>
<p><font size="5" face="arial" color="red">刘臣强.</font></p>
<p>请点击,就可以触发相关控件:</p>
<form>
<label for="male">点击</label>
<input type="radio" name="sex" id="male" />
<br />
<label for="female">点击</label>
<input type="radio" name="sex" id="female" />
</form>
<p>随便填写内容</p>
<form action="action_page.php">
First name:<br>
<input type="text" name="firstname" value="http://www.mamicode.com/填写内容">
<br>
Last name:<br>
<input type="text" name="lastname" value="http://www.mamicode.com/填写内容">
<br><br>
<input type="submit" value="http://www.mamicode.com/填写内容">
</form>
<button type="button">窗口可以随便填写</button>
<sub>sub填写各种内容</sub>
<select>
<option value="http://www.mamicode.com/volvo">内容</option>
<option value="http://www.mamicode.com/saab">Saab</option>
<option value="http://www.mamicode.com/opel">Opel</option>
<option value="http://www.mamicode.com/audi">Audi</option>
</select>
<table border="1">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>内容</td>
<td>$999990</td>
</tr>
</table>
<table border="1">
<tr>
<th><h6>第一个行目录</h6></th>
<th><h6>第一个行目录</h6></th>
</tr>
<tr>
<td><h6>目录</h6></td>
<td><h6>随便填写自己想填写的内容</h6></td>
</tr>
</table>
<address>
Written by <a href="mailto:webmaster@example.com">Donald Duck</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
<audio src="http://www.mamicode.com/i/horse.ogg" controls="controls">
Your browser does not support the audio element.
</audio>
<body>
<img src="http://www.mamicode.com/img/bd_logo1.png">
<p>请注意,我们已经为图像规定了一个相对地址。由于我们已经在 head 部分规定了一个基准 URL,浏览器将在如下地址寻找图片:</p>
<p>刘臣强微博
<br /><br />
<p><a href="file:///C:/Users/Administrator/Desktop/我的文件夹/1.html">点击进入刘臣强微博</a></p>
<p>请注意,链接会在新窗口中打开,即使链接中没有 target="_blank" 属性。这是因为 base 元素的 target 属性已经被设置为 "_blank" 了。</p>
</body>
</html>
file:///C:/Users/Administrator/Desktop/测试/1.html 网站
2017.4.13学习2