Skip to content

Commit 324c420

Browse files
committed
Meter Tag
1 parent 7c932f2 commit 324c420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ value: If you don’t specify a value, the first numeric value inside the `<mete
8181

8282
<p>Pollution Level: <meter low="60" high="80" max="100" value="85">Very High</meter></p>
8383
```
84+
[Live Example](https://learning-zone.github.io/html-interview-questions/html5-semantic-tags/meter.html)
85+
8486
**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).
8587
```html
8688
<form oninput="result.value=parseInt(a.value)+parseInt(b.value)">

0 commit comments

Comments
 (0)