Gestionnaire de fichiers - Editer - /home/kridsana/webapp.cm.in.th/673190902/u67319090029/P001/index.html
Arrière
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>คำนวณเกรดจากคะแนน</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="container"> <h1>คำนวณเกรดจากคะแนน</h1> <form id="gradeForm"> <!-- จิตพิสัย --> <label for="psycheScore">จิตพิสัย (20 คะแนน):</label> <input type="number" id="psycheScore" name="psycheScore" max="20" required> <!-- แบบทดสอบ --> <label for="testScore">คะแนนแบบทดสอบ(30 คะแนน):</label> <input type="number" id="testScore" name="testScore" required> <!-- งาน --> <label for="assignmentScore">คะแนนงาน (20 คะแนน):</label> <input type="number" id="assignmentScore" name="assignmentScore" max="20" required> <!-- สอบปลายภาค --> <label for="finalExamScore">คะแนนสอบปลายภาค (30 คะแนน):</label> <input type="number" id="finalExamScore" name="finalExamScore" max="30" required> <button type="submit">คำนวณเกรด</button> </form> <div id="result" class="result"> <h3>ผลการคำนวณ:</h3> <p id="totalScore">คะแนนรวม: -</p> <p id="grade">เกรด: -</p> </div> </div> <script src="script.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Génération de la page: 0.53 |
proxy
|
phpinfo
|
Réglages