Answer to Question #273759 in HTML/JavaScript Web Application for dulini

Question #273759

create the following form

customer name

address

month

units

bill



1
Expert's answer
2021-11-30T18:17:49-0500
<!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>
  <form action="">
    <input type="text" placeholder="Customer name">
    <input type="text" placeholder="Address">
    <input type="text" placeholder="Month">
    <input type="text" placeholder="Units">
    <input type="text" placeholder="Bill">
  </form>
</body>


</html>

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS