0% found this document useful (0 votes)
13 views3 pages

Experiment No. 4

The document outlines an experiment for a Robotic Process Automation course focused on creating a web page using HTML table tags. It describes the structure of an HTML table, including elements like <tr>, <th>, and <td>, and lists the resources required for the experiment. Additionally, it includes practical questions related to table design in HTML and concludes with a section for teacher signatures.

Uploaded by

Rohan Kokatare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

Experiment No. 4

The document outlines an experiment for a Robotic Process Automation course focused on creating a web page using HTML table tags. It describes the structure of an HTML table, including elements like <tr>, <th>, and <td>, and lists the resources required for the experiment. Additionally, it includes practical questions related to table design in HTML and concludes with a section for teacher signatures.

Uploaded by

Rohan Kokatare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Robotic Process Automation Course code: 22682

EXPERIMENT No. 04
Aim: Create a web page to implement table tags

Course Outcome Achieved: Use data model and language to develop web page

Theory:

Definition:
The <table> tag defines an HTML table. The <table> tag also supports the Event Attributes in
HTML.
An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements.
● <tr> element defines a table row,
● <th> element defines a table header, and
● <td> element defines a table cell. The elements under <td> are regular and left aligned by
default
An HTML table may also include <caption>, <colgroup>, <thead>, <tfoot>, and <tbody>
elements.
Resources Required:

Serial
Product Quantity
number

01. Desktop/PC 01

02. Internet connection

03. Notepad

04 Internet explorer/ google crome

Problem Statement: Create the table of Student’s details which consist of Roll no , Enrollment
no, name of student and contact number..
Code with output :

Department of Automation and Robotics


Robotic Process Automation Course code: 22682

Conclusion:

……………………………………………………………………………

……………………………………………………………………………

…………………………………………………………………………….

Practical Related Questions:


1. Define different table tags used to design table in HTML.
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
2. What is colspan and rowspan?
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
3. State the default value of cellspacing attribute and cellpadding attribute.
_______________________________________________________________
________________________________________________________________

Department of Automation and Robotics


Robotic Process Automation Course code: 22682

Signature of
Process Related Product related Total
Teacher

(15M) (10M) (25M)

Department of Automation and Robotics

You might also like