《2018年9月3日》【连续335天】
标题:html初级;
内容:
<html>
<head>
<meta charset="utf-8">
<title>今天的总结</title>
</head>
<body>
<div div>
<br>
<hr>
<div style="width: 500px;height: 300px;background-color: yellow;">
<h1>标题一(加粗,独占一行)</h1>
<p>这个标签独占一行</p>
<strong>这是一个加粗标签</strong>
<em>这是一个斜体标签</em>
<h2>标题二</h2>
<span>这个标签不加特效</span>
<div>独占一行</div>>
<address style="color: #f40">江苏科技大学</address>
<del>加中划线</del>
</div>
<ol type="i" reversed="reversed" start="7">
<li>东</li>
<li>西</li>
<li>南</li>
<li>北</li>
</ol>
<img src="https://gss1.bdstatic.com/-vo3dSag_xI4khGkpoWK1HF6hhy/baike/w%3D268/sign=e2a135117d1ed21b79c929e3956fddae/faedab64034f78f092033e1079310a55b2191ccc.jpg" title="python">
<ul type="circle">
<li>一</li>
<li>二</li>
<li>三</li>
<li>四</li>
</ul>
<a href="https://www.baidu.com" target="_blank">
<img src="https://www.baidu.com/img/bd_logo1.png?where=super" style="width: 100px;">
</a>
<!-- a标签:
1.超链接
2.锚点
3.打电话(多用于移动端),发邮件
4.协议限定符 -->
<form method="get" action="">
总结:<input type="text" name="zhongjie" style="color:#999" value="请输入总结" onfocus="if (this.value=='请输入总结') {this.value='';this.style.color='#424242'}" onblur="if (this.value=='') {this.value='请输入总结';this.style.color='#999'}">
</form>
</body>
</html>
效果:

1988

被折叠的 条评论
为什么被折叠?



