We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cffc46 commit 958004bCopy full SHA for 958004b
index.html
@@ -5,8 +5,13 @@
5
</head>
6
<body>
7
<h1>Tip Calculator</h1>
8
- Bill Amount:
9
- <input type="number" id="amount" min="0" step="0.01" required /><br />
+ Bill Amount: $<input
+ type="number"
10
+ id="amount"
11
+ min="0"
12
+ step="0.01"
13
+ required
14
+ /><br />
15
Tip Percent:
16
<input
17
type="number"
0 commit comments