标题和文本

<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />          
		<!...使用UTF-8字符集编码...>
		<meta name="keywords" content="fish, smelly, trout, shark">
		<!...元关键词标签,为Google或其他搜索引擎提供关键词...>
		<meta name="description" content="We shell the smelliest fish online, guranteed!">
		<!...元描述标签,用于解释说明,见于链接下文字摘要说明...>
		<title>my first web page</title>  
		<!...标题标签...>
		<link rel="stylesheet" type="text/css" href="css/main.css"> 
		<!...CSS链接标签,浏览器会根据CSS引用去开发者或用户指定的地址得到CSS文件来设计网页...>
		<!...链接标签与该HTML文件关联,是样式表,以CSS文本类型,寻找CSS文件的地址...>
	</head>
	<body>
		<h1>Welcome to my smelly fish shop</h1> 
		<!...h标签范围仅限于h1到h6...>
		<p>We sell the smelliest 
		fish on the planet</p>
		<p>We sell the smelliest <small>fish</small> on the planet</p> <!...small标签变小...>
		<p>We sell the smelliest <mark>fish</mark> on the planet</p>   <!...mark标签加亮,类似荧光笔...>
		<p>We sell the smelliest <sub>fish</sub> on the planet</p>     <!...sub标签下标...>
		<p>We sell the smelliest <sup>fish</sup> on the planet</p>     <!...sup标签上标...>
		<p><pre>We sell the smelliest                                  <!...pre标签预格式化,你以什么样就以什么样格式呈现...>
		fish on the planet</pre></p>
		
		
		
		<h1>This is h1 tag</h1>
		<h2>This is h2 tag</h2>
		<h3>This is h3 tag</h3>
		<h4>This is h4 tag</h4>
		<h5>This is h5 tag</h5>
		<h6>This is h6 tag</h6>
	</body>
</html>



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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值