Code
<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy HTML max attribute</title>
    </head>
<body>
       <h2>Wikitechy Learner's Score:</h2>
       HTML-75% <meter value="75" max="100">75 out of 100 </meter>
       <br>
        <br>
        CSS-65% <meter value="65" max="100">65 out of 100</meter>
        <br>
</body>
</html>                                                                                                                                                                                                                                                                                                                                

Result