<Simple Calculator using HTML/CSS>
<form> element is a container that contains different type of input elements.
in this project: I used <input> and <button> as a input elements inside the <form>
The elements that doesn't need closing tag is called Empty or Void elements.
<input type=...
vaithegiv.hashnode.dev1 min read