×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: Sandeep Sandy
Added: Feb 27, 2022 6:30 PM
Views: 410
Tags: no tags
  1. <!DOCTYPE html>
  2. <!--
  3. Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
  4. Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/Html.html to edit this template
  5. -->
  6.         <head>
  7.                 <title>TODO supply a title</title>
  8.                 <meta charset="UTF-8">
  9.                 <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.         </head>
  11.         <body>
  12.                 <div>TODO write content</div>
  13.                 <form action="add" method="get">
  14.                         Enter the no: <input type="text" name="num1"><br>
  15.                         Enter the no: <input type="text" name="num2"><br>
  16.                         <input type="submit">
  17.                 </form>
  18.         </body>
  19. </html>
  20.