HTML换行符和水平线

  • 换行符<br>

在一个标签内某处添加换行符,相当于在该处进行换行;

举例:

添加换行符前,

		<h2>About Us</h2>
		<p>Mr Green's Smelly Fish Emporium prides itself on catching, preparing and delivering
		the smelliest fish right to your doorstep. Whether you like to cook them, feed them to
		your cat, or just hide them in your unruly neighbours porch, Mr Green has it covered!</p>


添加换行符后,

		<h2>About Us</h2>
		<p>Mr Green's Smelly Fish Emporium prides itself on catching, preparing and delivering
		the smelliest fish right to your doorstep. <br> Whether you like to cook them, feed them to
		your cat, or just hide them in your unruly neighbours porch, Mr Green has it covered!</p>


  • 水平线<hr>

水平线是分割网页内容的一种方法;

举例:

添加水平线前,

		<p>We sell the smelliest fish on the planet</p>
		
		<ul>
			<li><a href="contact.html">Contact Us</a></li>
			<li><a href="prices/freshwater-fish-prices.html">Price List</a></li>
			<li><a href="http://www.163.com" target="_blank">Link to Netease Web</a></li>
			<li><a href="downloads/all-prices.pdf">Download C++ book</a></li>
		</ul>
		
		<h2>Types of Fish We Sell</h2>


添加水平线后,

		<p>We sell the smelliest fish on the planet</p>
		
		<hr>
		
		<ul>
			<li><a href="contact.html">Contact Us</a></li>
			<li><a href="prices/freshwater-fish-prices.html">Price List</a></li>
			<li><a href="http://www.163.com" target="_blank">Link to Netease Web</a></li>
			<li><a href="downloads/all-prices.pdf">Download C++ book</a></li>
		</ul>
		
		<hr>
		
		<h2>Types of Fish We Sell</h2>



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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值