Bài học
Lưu code
Refresh
Xoay
Xem kết quả
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ví dụ HTML</title> </head> <body > <div style="margin:30px"> <Body><SCRIPT LANGUAGE= "JavaScript"><BODY> document.write("The properties of the Window object are: <BR>"); for (var x in window) document.write(" "+ x + ", "); </SCRIPT></Body </div> </body> </html>