सीधे मुख्य सामग्री पर जाएं

संदेश

Coding लेबल वाली पोस्ट दिखाई जा रही हैं

एचटीएमएल कोड से फॉर्म कैसे बनाएं? - How to create form from HTML code.

      FORM HTML code Program : <html> <head> <title>Avinash Sakarkar </title>  </head> <body> <h3>Pt.Ravishankar University</h3><br> Student Name : & nbsp & nbsp <input name ="Name" value =" " size = "20"><br><br> Address : &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp<input name="Name" value="size"="20"><br><br> GENDER : Male<input type="radio" name="selection"> Female<input type="radio" name="selection"> <br> <br> SUBJECT : &nbsp &nbsp &nbsp <select> <option selected>BSc</option> <option> </select> <form method=post action="sonal126@gmail.com"> <input type="Submit" value="Submit"> &nbsp &nbsp &nbsp...

HTML कोड में टेबल कैसे बनाएं जाते है ? - How to create tables in HTML code ?

TABLE Student Database HTML code <html> <head> <title>Employee</title> </head> <body> <br> <br> <center> <H3>Student Database</H3> <table width=60%>            <tr>                    <th align="Left">S.No.</th>                    <th align="Left">Name</th>                    <th align="Left">Course</th>                    <th align="Left">Discipline</th>            </tr>            <tr>                    <td align="justify"scope="row">1</td>                   ...