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"> <script> i=1; do{ document.writeln("<h1> "+i+" năm yêu em! </h1> \n"); // \n xuống dòng i++; }while(i<=10); </script> </div> </body> </html>