There was an error while loading. Please reload this page.
1 parent 7c932f2 commit 324c420Copy full SHA for 324c420
README.md
@@ -81,6 +81,8 @@ value: If you don’t specify a value, the first numeric value inside the `<mete
81
82
<p>Pollution Level: <meter low="60" high="80" max="100" value="85">Very High</meter></p>
83
```
84
+[Live Example](https://learning-zone.github.io/html-interview-questions/html5-semantic-tags/meter.html)
85
+
86
**3.) Output Tag**: is meant to display text output. It indicates a section of the page that can be modified by a script (usually JavaScript).
87
```html
88
<form oninput="result.value=parseInt(a.value)+parseInt(b.value)">
0 commit comments