Code
Execute
<!DOCTYPE html> <html> <head> <title>html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy high attribute</title> </head> <body> <p>Display a gauge:</p> <p>HTML: <meter min="0" low="50" high="80" max="100" value="95"></meter> </p> <p>CSS: <meter min="0" low="50" high="80" max="100" value="40"></meter> </p> <p>PHP: <meter min="0" low="50" high="80" max="100" value="70"></meter> </p> </body> </html>
Result