1 <!doctype html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>css 文字的默认基线是对齐的</title>
 6     <style>
 7         div{font-size: 50px;}
 8         div span{font-size:20px;}
 9     </style>
10 </head>
11 <body>
12 <div>100000 <span></span></div>
13 </body>
14 </html>

 

相关文章:

  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-05-04
  • 2022-12-23
  • 2021-07-20
相关资源
相似解决方案