源代碼:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>in-range和out-of-range</title> <style> input[type="number"]:in-range{ color: #06ff29; } input[type="number"]:out-of-range{ color: #ff1813; } </style> </head> <body> <h1>in-range和out-of-range</h1> <form> <input type="number" min="0" max="100"> </form> </body> </html> 分享知識(shí),分享快樂!希望中國(guó)站在編程之巔! ----融水公子 公眾微信號(hào):rsgz520
360圖書館館號(hào):rsgz002.360doc.com
|