1. <!DOCTYPE> <!-- đây là khai báo html -->
  2. <html>
  3. <head>
  4. <title>Đại Học Công Nghệ TP.HCM</title>
  5. </head>
  6. <body background="https://clarkwritesblog.files.wordpress.com/2017/04/color-gradient-background-wallpaper-2.jpg"</body>
  7. <center>
  8. <a href="http://hutech.edu.vn" title="Về trang chủ HUTECH" target="_self">
  9. <img src="https://www.hutech.edu.vn/images/logomobile.png" alt="hình ảnh hutech"></a>
  10. <h1><font color="yellow">Đăng Ký Tham Gia CLB Hacking</font></h1>
  11. <p>Mời bạn điền đầy đủ thông tin vào các mục sau để tiến hành đăng ký tham gia</p> <br>
  12. Họ và Tên: <input type="text" name="hoTen"> <br><br>
  13. Năm Sinh: <input type="date" name="namSinh"> <br><br>
  14. Lớp: <input type="text" name="lop" size="20"> <br><br>
  15. SĐT: <input type="text" name="sdt" size="20"> <br><br>
  16. <input type="button" value="Đăng Ký">
  17. </center>
  18. </body>
  19. </html>