Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy low attribute</title> </head> <body> <p>Display a gauge:</p> <p>Venkat's score: <meter min="0" low="20" high="70" max="100" value="50"> </meter> </p> <p>Arun's score: <meter min="0" low="20" high="70" max="100" value="15"> </meter> </p> </body> </html>
Result