Giới thiệu sản phẩm
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
var name = "abc";
var age = "123";
var school = "def";
document.write("Xin chào " + name.toUpperCase() + "<br>");
document.write("Năm nay bạn " + age + " tuổi" + "<br>");
document.write(school);
}
</script>
<br>
<button onclick="myFunction2()">Try it</button>
<script>
function myFunction2() {
alert("This is an alert.")
}
</script>
</body>
</html>
Hình ảnh sản phẩm
Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận