<title>Tìm số lớn nhất</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script language="javascript">
function compareNumber(a, b)
alert("Số thứ nhất lớn hơn số thú hai");
alert("Số thứ nhất bé hơn số thú hai");
alert("Số thứ nhất bằng số thứ hai");
var a = parseInt(prompt("Nhập vào số đầu tiên"));
var b = parseInt(prompt("Nhập vào số thứ hai"));