0% found this document useful (0 votes)
2 views

HTML in Depth

The document provides an overview of HTML, focusing on table tags, colspan, rowspan, and HTML forms. It includes examples of how to use these features in HTML coding. The content is proprietary and intended for personal use only, with restrictions on sharing and publishing.

Uploaded by

Veerendra Halvi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

HTML in Depth

The document provides an overview of HTML, focusing on table tags, colspan, rowspan, and HTML forms. It includes examples of how to use these features in HTML coding. The content is proprietary and intended for personal use only, with restrictions on sharing and publishing.

Uploaded by

Veerendra Halvi
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

veerendrahalvi@gmail.

com
X94D1ZOURC

HTML IN DEPTH

This file is meant for personal use by [email protected] only.


Sharing or publishing the contents in part or full is liable for legal action.
Agenda

1 Table Tags 6 HTML Project

2 Colspan in Table

[email protected]
X94D1ZOURC
3 Rowspan in Table

4 Colspan and Rowspan Example

5 HTML Forms

This file is meant for personal use by [email protected] only.


Proprietary
Sharing or content. ©Great
publishing theLearning.
contents Allin
Rights
part Reserved.
or full is Unauthorized use action.
liable for legal or distribution prohibited
[email protected]
X94D1ZOURC
Table Tags

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
Table Tags

[email protected]
X94D1ZOURC

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
Table Tags - Colspan
Example :-

[email protected]
X94D1ZOURC

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
Table Tags - Rowspan
Example :-

[email protected]
X94D1ZOURC

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
Table Tags – Rowspan & Colspan
Example 1 :-

[email protected]
X94D1ZOURC

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
[email protected]
X94D1ZOURC
HTML Forms

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.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>
[email protected]
X94D1ZOURC

<input type="text"> Displays a single-line text input field


<input type="radio"> Displays a radio button (for selecting one of many choices)
<input type="checkbox"> Displays a checkbox (for selecting zero or more of many choices)
<input type="submit"> Displays a submit button (for submitting the form)
<input type="button"> Displays a clickable button

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.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>
[email protected]
X94D1ZOURC
</form>

<input>
<label>
<select>
<textarea>
<button>
<fieldset>
<legend>
<datalist>
<option>
This file is meant for personal use by [email protected] only.
Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
[email protected]
X94D1ZOURC
PROJECT

This file is meant for personal use by [email protected] only.


Proprietary
Sharingcontent. ©Great Learning.
or publishing All Rightsin
the contents Reserved.
part or Unauthorized
full is liable use
for or distribution
legal action.prohibited
[email protected]
X94D1ZOURC
Thank You

This file is meant for personal use by [email protected] only.


Proprietary content.
Sharing or©Great Learning.
publishing theAll Rights Reserved.
contents in part Unauthorized usefor
or full is liable or distribution
legal action.prohibited

You might also like