HTML Tutorial in Hindi
HTML Tutorial in Hindi
Agenda
2 Colspan in Table
3 Rowspan in Table
5 HTML Forms
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Table Tags
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Table Tags
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Table Tags - Colspan
Example :-
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Table Tags - Rowspan
Example :-
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Table Tags – Rowspan & Colspan
Example 1 :-
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
HTML Forms
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
HTML Forms
<form>
• <form> <label for="fname">First name:</label><br>
• <input> <input type="text" id="fname" name="fname" value=“Ritwik"><br>
• <label> <label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname" value=“Raj">
</form>
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
HTML Forms
<form>
<input type="radio" id="male" name="gender" value="male">
<label for="male">Male</label><br>
<input type="radio" id="female" name="gender" value="female">
<label for="female">Female</label><br>
<input type="radio" id="other" name="gender" value="other">
<label for="other">Other</label>
</form>
<input>
<label>
<select>
<textarea>
<button>
<fieldset>
<legend>
<datalist>
<option>
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
PROJECT
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Thank You
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited