<html> <head> <title></title> <script> var name = prompt('Nhập tên của bạn :'); document.write(name); </script> </head> <body> </body> </html>