<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Meter Tag</title>
</head>
<body>
<p>Mark is : <meter>B</meter> on the exam.</p>
</body>
</html>
Output:- Mark is :
Used:-
Meter Tag
- This tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
- For example, it is used for disk usage, the relevance of a query result, etc.
HTML:- Meter Tag
Reviewed by Network security
on
April 30, 2019
Rating:
No comments: