My first html project

<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>vupune.ac.in </title>

vishwakarma university

search
<h2>branch offering</h2>

<ul>

    <li>computer science</li>

    <li>information technology</li>

    <li>electrical</li>

</ul>

<h2>cource offering</h2>

<ol>

    <li>b.tech</li>

    <li>bsc</li>

    <li>bca</li>

</ol>

<hr>

<h3>topper</h3>

<table>

    <thead>

        <tr>studentname </tr>

        <tr>studentid </tr>

        <tr> branch</tr>

    </thead>

    <tbody>

        <td>sushilkumar </td>

        <td>15 </td>

        <td> computer</td>

       

 </tbody>

 <tbody>

    <td>rohan </td>

    <td>11 </td>

    <td>electricle</td>

  </tbody>

</table>

<tbody>

    <td>  dev shah</td>

        <td>   13 </td>

       <td>  it</td>

  </tbody>

</table>

<hr>

<h3>Fill the form</h3>

<br>

<form action="sushilkumar.php">

    <div>

    name:  <input type="name" name="" id=""></div><br>

    <div> email: <input type="email" name="" id=""> mobile.no: <input type="number" name="mobile number" id=""></div><br>

    <div> gender: male <input type="radio" name="gender" id=""> female <input type="radio" name="gender" id=""></div><br>

    <div> <input type="date" name="" id=""></div><br>

    <div> <label for="cource">cource</label>

        <select name="your cource" id="cource">

            <option value="select">select</option>

            <option value="b.tech">b.tech </option>

            <option value="bsc">bsc</option>

            <option value="bca">bca</option>

        </select> </div><br>

   <div> <label for="branch">branch</label>

    <select name="your brancg" id="branch">

        <option value="select">select</option>

        <option value="electrical">electrical </option>

        <option value="cs">computer science</option>

        <option value="it">informational technology</option>

    </select>

   

</div><br>

    <div> new password: <input type="password" name="" id=""></div><br>

    <div> repassword: <input type="repassword" name="" id=""></div><br>

    <div> accept terms and conditions<input type="checkbox" name=" words" id=""></div><br>

    <div> <input type="submit"> <input type="reset"></div>

</form>

Hello @sushilkumar,

Do you have a question?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.