[text] Hellohi

Viewer

  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <head>
  5.         <h1 style="background-color:DodgerBlue;">IoT Domain</h1>
  6.     </head>
  7.     <body>
  8. <p style="background-color:Tomato;">
  9.     
  10. <OL>
  11. <LI> Enter your Name. 
  12. <LI> Registration Number.
  13. </OL>
  14.  
  15. <h4>
  16.     <a href="https://projectmark.com/"> Project Mark</a>
  17.     
  18.     </h4>
  19.  
  20. <form method="post" action="/{{url}}">
  21.  
  22.   <label for="name">First name:</label><br>
  23.   <input type="text" id="fname" name="fname"><br>
  24.   
  25.   <label for="reg">Reg No:</label><br>
  26.   <input type="text" id="reg" name="reg" ><br><br>
  27.   
  28.   <label for="topic">Project Title:</label><br>
  29.   <input type="text" id="topic" name="Project Topic" ><br><br>
  30.   
  31.   <input type="submit" value="Submit">
  32.   
  33.   <input type="reset" value="Reset" >
  34.  
  35. </form> 
  36.  
  37. </body>
  38. </html>

Editor

You can edit this paste and save as new:


File Description
  • Hellohi
  • Paste Code
  • 24 Apr-2024
  • 791 Bytes
You can Share it: