第17章 meter元素

xiaoxiao2021-03-01  25

<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p>硬盘实际使用情况<meter value="43.9" max="108" min="0">43.9/108</meter>GB</p> <p>硬盘实际使用情况<meter value="43.9" max="108" min="0" low="50" high="70" optimum="70">43.9/108</meter>GB</p> </body> </html>

 

效果图: 

转载请注明原文地址: https://www.6miu.com/read-4550255.html

最新回复(0)