-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body background="https://previews.123rf.com/images/marisha5/marisha51010/marisha5101000057/8009927-frame-made-of-money-isolated-on-white-background.jpg"
>
<div style="text-align: center; margin-top: 200px ;">
<h1>Bảng Tiền Tệ</h1>
<h1>Đôla : 1</h1>
<h1>Yên : 2</h1>
<h1>VND : 3</h1>
<input type="text" id ="inputMoney" placeholder="Input your money"> <br> <br>
<input type="text" id ="inputTypeOfMoney" placeholder="Input type of your input money"> <br> <br>
<input type="text" id ="outputTypeOfMoney" placeholder="Input type of your output money"> <br> <br>
<button type = "submit" onclick="converseMoney()" >Converse</button>
<br>
<br>
<h1 id="outputMoney">Output: </h1>
</div>
<script src="test.js"></script>
</body>
</html>