Answers for "submit text area"

0

how to add a submitting area in html

<h5>Subbmit a Review</h5>
      <input  placeholder="Write here" ><br>
      <input type="email" placeholder="Email"><br>
       <input type="password" placeholder="Password"><br>
       <input type="submit">
Posted by: Guest on June-13-2021
0

how to add a submitting area in html

<h5>Subbmit a Review</h5>
      <input  placeholder="Write here" ><br>
      <input type="email" placeholder="Email"><br>
       <input type="password" placeholder="Password"><br>
       <input type="submit">
Posted by: Guest on June-13-2021

Browse Popular Code Answers by Language