[29期] HTML代码总结(第一弹)

周四课堂总结;代码基本涵盖了李老师今天讲的格式标签和文本标签和超链接;
29期童鞋可以看下。不足之处,也欢迎批评指正..

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML标签</title>
</head>
<body text="#333333" bgcolor="#FFFFFF" background="ss.jpg" link="#990000" alink="#990000" vlink="#990000" topmargin="0" leftmargin="0">
<!--格式标签-->
<p>段落标签</p>
<br>
<nobr>强制不换行</nobr>
<blockquote>块引用</blockquote>
<center>居中显示</center>
<marquee>文字滑动</marquee>
<dl>
<dt>定义列表</dt>
<dd>定义列表</dd>
<dd>定义列表</dd>
</dl>
<ol>
<li>有序列表</li>
<li>有序列表</li>
<li>有序列表</li>
</ol>
<ul>
<li>无序列表</li>
<li>无序列表</li>
<li>无序列表</li>
</ul>
<pre>预格式</pre>
<!--文本标签-->
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<b>粗体</b>
<i>斜体</i>
<u>下划线</u>
<sub>下标</sub>
<sup>上标</sup>
<font size="+1" color="#333333" face="宋体">定义文字</font>
<tt>打印文本</tt>
<cite>定义引用</cite>
<em>斜体</em>
<strong>加粗</strong>
<!--超链接-->
<p><a href="hgn.jpg" target="_blank">hgn.jpg</a></p>
<p><a href="file:///D|/World of Warcraft/Logo.jpg" target="_blank">Logo.jpg</a></p>
<p><a href="http://www.baidu.com" target="_blank">百度一下 你就知道</a></p>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值