- <!DOCTYPE> <!-- đây là khai báo html -->
- <html>
- <head>
- <title>Đại Học Công Nghệ TP.HCM</title>
- </head>
- <body background="https://clarkwritesblog.files.wordpress.com/2017/04/color-gradient-background-wallpaper-2.jpg"</body>
- <center>
- <a href="http://hutech.edu.vn" title="Về trang chủ HUTECH" target="_self">
- <img src="https://www.hutech.edu.vn/images/logomobile.png" alt="hình ảnh hutech"></a>
- <h1><font color="yellow">Đăng Ký Tham Gia CLB Hacking</font></h1>
- <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>
- Họ và Tên: <input type="text" name="hoTen"> <br><br>
- Năm Sinh: <input type="date" name="namSinh"> <br><br>
- Lớp: <input type="text" name="lop" size="20"> <br><br>
- SĐT: <input type="text" name="sdt" size="20"> <br><br>
- <input type="button" value="Đăng Ký">
- </center>
- </body>
- </html>