There are so many Website which consists of some submission forms. Here we are giving one example how a submission form can be coded. Now Follow the Steps given below: Step 1: HTML Coding <h3>Fill up the Submission Form Carefully</h3> <form action="/"> <fieldset> <label for="name">Name</label> <input type="text" id="name" class="form-text"/> <p class="form-help">In Capital Letter</p> </fieldset> <fieldset> <label for="email">Email Id</label> <input type="email" id="email" class="form-text"/> </fieldset> <fieldset> <label for="number">Mobile no.</label> <input type="text" id="name" class="form-text"/> <p class="form-help">Please Specify Your Country Code</p> </fieldset> <fieldset> <label for="g...
A Business & Technology Blog By Zakir Ali Shah