使用鏡像:
<iframe src="" width="800" height="600"></iframe>
<embed src="" width="800px" height="600px">
推薦使用第二種,第二種渲染的更加豐富!!!
使用字體
<!-- 在-----中替換文本--!>
<link href="-----" rel="stylesheet">
<h2 style="font-family:-----,normal;font-size:-----px;color:-----" <h2> Love You </h2>
Love You
注釋
<!-- html注釋 -->
基本語法
<b>加粗</b>
<strong>加粗</strong>
<i>傾斜</i>.
<em>傾斜</em>
<u>下划線</u>
<ins>下划線</ins>
<s>刪除線</s>
<del>刪除線</del>
加粗
加粗
傾斜
傾斜
下划線
下划線
刪除線
刪除線
音頻
<div class="video">
<iframe src="地址" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
</div>
視頻
<div class="music">
<iframe src="地址" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
</div>
代碼折疊
<details>
<summary>摘要</summary>
```c++```
</details>