• 点击展开/折叠的详情面板:<details>text</details>

    text
    <details><summary>Text</summary>text</details>
    Texttext

  • 回到顶部

    • <a href=#>回到顶部</a>回到顶部
    • <a href=# onclick='window.scrollTo({top:0,behavior:smooth});return false;'>回到顶部</a>回到顶部
  • 跳到底部

    • <a href=#bottom>跳到底部</a>(底部放置<div id=bottom></div>跳到底部
    • <a onclick=window.scrollTo(0, document.body.scrollHeight)>跳到底部</a>跳到底部
    • <a href=javascript:void(0) onclick=window.scrollTo({top:document.documentElement.scrollHeight,behavior:smooth});>跳到底部</a>跳到底部
  • 带样式的引用块标签:

    • <blockquote class=note>text</blockquote>
      text
    • <blockquote class=warn>text</blockquote>
      text
  • 视频:<video src="你的视频文件路径.mp4" controls width="100%" autoplay muted loop>你的浏览器不支持视频播放,请更换设备。</video>