File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22< head >
3- < title > Ordering Shop</ title >
4- < link rel ="stylesheet " type ="text/css " href ="main.css " />
3+ < title > Ordering Shop</ title >
4+ < link rel ="stylesheet " type ="text/css " href ="main.css " />
55</ head >
66< body >
7- < h1 > Ordering Shop</ h1 >
8- Name: < input type ="text " id ="name " /> < br />
9- Quantity: < input type ="number " min ="0 " step ="1 " id ="quantity " / >< br / >
10- Price: $< input type ="number " min ="0 " step ="0.01 " id ="price " / >< br / >
11- Tax: < input type ="number " min ="0 " step ="0.01 " id ="tax " / > %< br / >
12- < button onclick ="addOrder() "> Add Order</ button > < br / >
13- < div id ="orders "> </ div >
14- < script src ="main.js "> </ script >
7+ < h1 > Ordering Shop</ h1 >
8+ Name: < input type ="text " id ="name " /> < br />
9+ Quantity: < input type ="number " min ="0 " step ="1 " id ="quantity "> < br >
10+ Price: $< input type ="number " min ="0 " step ="0.01 " id ="price "> < br >
11+ Tax: < input type ="number " min ="0 " step ="0.01 " id ="tax "> %< br >
12+ <!--button to add order--> < button onclick ="addOrder() "> Add Order</ button > < br >
13+ <!--list of orders--> < div id ="orders "> </ div >
14+ < script src ="main.js "> </ script >
1515</ body >
You can’t perform that action at this time.
0 commit comments