zoukankan      html  css  js  c++  java
  • html 中几次方,平方米,立方米,下标,上标,删除线等的表示方法

    html 中几次方,平方米,立方米,上标,下标,删除线等的表示方法

     上标下标删除线 小号字 插入字 M2 54

    X24+Y1<3=100

    N5N

     <sup>上标</sup>

    <sub>下标</sub>

    <del>删除线</del>

    <small>小号字</small>

    <ins>插入字</ins>

    M<sup>2</sup>

    5<sup>4</sup>

     <h1>X<sub>2</sub><sup>4</sup>+Y<sub>1</sub><<sup>3</sup>=<del>100</del></h1>

     <h1>N<ins>5</ins><small>N</small></h1>

  • 相关阅读:
    五一集训——图论
    Luogu P3942 将军令
    8.14 Round 1
    8.10 Round 1
    8.9 Round 1
    8.7 Round 2
    8.7 Round 1
    8.6 Round 1
    8.5 Round 2
    FHQ-Treap
  • 原文地址:https://www.cnblogs.com/keepdoit/p/7742656.html
Copyright © 2011-2022 走看看