Fork me on github

标签

a

<!-- 给要跳转的地方设置name  要点击的地方设置#name  -->
 <a href="#del">点解跳转到del标签</a>
 <a href="#sup">点解跳转到sup标签</a>
 <a href="#mail">点解跳转到mail标签</a>
<a href="http://baidu.com" target='_blank'>百度</a><br/>
<a href="第一章:常用的html标签.pptx">下载</a><br>
<a href="1.html">直接跳转,不能下载</a><br/>
<a href="mailto:411744244@qq.com" name='mail'>发送邮件</a>

 

h

<h1>只能用一次</h1>

p

<p>p:段落标签</p>

b

<b>this is a b:加粗</b>

换行

<br/>

 

pre

 

<pre>
  p
  r
  e</pre>

 

del

<del>del</del>

 

 

em

<em>em:倾斜,强调效果</em>

i

<i>i:倾斜</i><br/>

 

sub

 

<a name="sup"></a>a<sup>2</sup>+b<sup>2</sup><br/>
H<sub>2</sub>+0<sub>2</sub>=H<sub>2</sub>O<br/>

 

posted @ 2023-06-15 12:49  我の前端日记  阅读(12)  评论(0编辑  收藏  举报
Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes