[2019.07.01 學習筆記5] 1.定義上標文本。 2.在數學等式、科學符號和化學公式中都非常有用。 ...
[2019.07.01 學習筆記5]
1.定義上標文本。
2.在數學等式、科學符號和化學公式中都非常有用。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>標題 </title> </head> <body> 上標:a<sup>2</sup>=a*a <br/> 下標:b<sub>1</sub>、b<sub>2</sub> </body> </html>