Untitled

 avatar
unknown
plain_text
2 years ago
701 B
4
Indexable
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/Html.html to edit this template
-->
<html>
    <head>
        <title> tính em đi </title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
        <form action = "tinh" method = "get">
            chieu dai : <input type = "text" name = "dai"/><br/>
            chieu rong : <input type = "text" name = "rong"/><br/>
            <intput type ="submit"  value = "Tinh Toan" /><br/>
        </form>
    </body>
</html>
Editor is loading...