<html> <head> <script language="javascript"> function hello(Title){ alert(Title); } setTimeout(hello, 3000, 'Xin chào'); </script> </head> <body> </body> </html>