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

Experiment No. 3

The document outlines an experiment for a Robotic Process Automation course focused on creating a web page using HTML frame tags and image tags. It explains the definition and usage of the <frame>, <frameset>, <iframe>, and <noframes> tags, along with their attributes and syntax. Additionally, it includes required resources, a problem statement, and practical questions related to the topic.

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)
8 views3 pages

Experiment No. 3

The document outlines an experiment for a Robotic Process Automation course focused on creating a web page using HTML frame tags and image tags. It explains the definition and usage of the <frame>, <frameset>, <iframe>, and <noframes> tags, along with their attributes and syntax. Additionally, it includes required resources, a problem statement, and practical questions related to the topic.

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. 03
Aim: Create a web page to implement frame tags-image tags

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

Theory:

Definition: HTML frame element defines a subwindow.


The <frame> tag was used in HTML 4 to define one particular window (frame) within a
<frameset>.It is not supported in HTML 5. The <iframe> tag is still supported in HTML 5.
The <frame> HTML Tag is part of the frame tags category in HTML Element Reference. The
attributes of the <frame> HTML Tag are name, longdesc, src, noresize, scrolling, frameborder,
marginwidth, marginheight, global and event attributes.
Syntax: <frame src="url">.
The frameset tag is used to specify how the browser should be divided. Each frame is identified
by a frame tag, which essentially indicates which HTML document should be displayed within
the frame. In an HTML document, the row attribute of the frame tag is used to define
horizontal frames, and the col attribute of the frame tag is used to define vertical frames.
The other related HTML Tags to the <frame> HTML Tag are listed below.
<frameset> HTML Tag: The <frameset> HTML Tag is related to <frame> HTML Tag because
they are both frame tags. The <frameset> HTML Tag specifies a number of frames that are used
to embed web pages within the main web page using the frame tag.
<iframe> HTML Tag: The <iframe> HTML Tag is related to <frame> HTML Tag because
they are both frame tags. The <iframe> HTML Tag denotes an inline frame. It is used to
incorporate other HTML documents or third-party content into the current web page, such as
media files or applets. Syntax : <iframe src="url"></iframe>
<noframes> HTML Tag: The <noframes> HTML Tag is related to <frame> HTML Tag
because they are both frame tags. The <noframe> HTML Tag was created as a fallback option
for browsers that do not support the frame tag. Use of the HTML noframes Tag is no longer
recommended because it has been deprecated.

Department of Automation and Robotics


Robotic Process Automation Course code: 22682

Resources Required:

Serial
Product Quantity
number

01. Desktop/PC 01

02. Internet connection

03. Notepad

04 Internet explorer/ google crome

Problem Statement: Create a webpage mentioning different section which includes images and
information of a topic in one page using frame tag in HTML
Code with output :

Conclusion:

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

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

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

Department of Automation and Robotics


Robotic Process Automation Course code: 22682

Practical Related Questions:


1. What is the use of frame tag in HTML?
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
2. What is frame tag attributes?
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
_________________________________________________________________
3. How do I close a frame tag in HTML?

_______________________________________________________________
________________________________________________________________

Signature of
Process Related Product related Total
Teacher

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

Department of Automation and Robotics

You might also like