Top Ad unit 728 × 90

Libreoffice

Libreoffice Writer

HTML Frame Tags in Hindi and English

HTML Frame Tags


 

Introduction to HTML frames


किसी वेब पेज को कई सेक्शन(Section) में डिवाइड किया जा सकता है। ये Section को Frames कहलाते है, ये Section एक दूसरे से Independent होते है।


A web page can be divided into several sections. These sections are called frames; these sections are independent from each other.

 

Creating Html Frames


जब आप Frames का प्रयोग करते है तो <Body> Tag का प्रयोग नही किया जाता है किसी भी Webpage में Frame Define करने के लिए <Frameset> Tag का प्रयोग किया जाता है इस Tag के Rows और Cols दो Attributes होते है। इन Attribute की वैल्यू में दी जाती है।  यदि एक Webpage को 100% माने तो जितनी वैल्यू आप देंगे वह Frame उतनी ही जगह Cover करता है।


When you use frames, <body> tag is not used, <frameset> tag is used to define the frame in any webpage. Rows and cols are two attributes of this tag. The value of these attribute If a webpage is considered 100%, then the frame covers the same amount of space as the value you give.


Rows Attributes से आप Webpage को Row में Divide करते है और Cols Attribute से Webpage में Columns को Create किये जाते है।


With the rows attribute, you divide the webpage into rows and with the cols attribute, columns are created in the webpage.

 

Coding-


<html>

<frameset rows=”10,80”>

<frame src=”Address”>

<frame src=”Address”>

</frameset>

</html>

 

HTML Frameset Attributes

 

Cols 

  

यह Attribute Frameset मे Columns की संख्या को Specifies करता है और यह साथ ही Comma से विभाजित Width Percentage और Pixels मे भी Specifies किया जा सकता है।


This Attribute specifies the number of columns in the Frameset and it can also be specified in Width Percentage and Pixels divided by Comma.

 

Rows 


यह Attribute Frameset मे Rows की संख्या को अपनी Height के साथ Comma से अलग करता है. और यह साथ ही Height को Percentage और Pixels मे भी Specifies किया जा सकता है।


This Attribute separates the number of Rows in the Frameset with its Height from Comma. And it can also specify Height in Percentage and Pixels as well.

 

Border 

    

यह Attribute Frames के लिए Border की Width को Specifies करता है।


This Attribute Specifies the Width of the Border for Frames.


Framespacing


इस Attribute के द्वारा Frame के बीच में Space डिफाइन किया जाता है।

The space in the middle of the frame is defined by this attribute.

 

Src

इस Attribute के द्वारा Frame के लिए Webpage का Address को Define किया जाता है।


By this attribute the address of the webpage is defined for the frame.

 

Noresize


इस Attribute से आप Define करते है की Frame को Resize किया जा सकता है या नही।


With this attribute you define whether the frame can be resized or not.

 

Scrolling


इस Attribute से आप Define किया जाता है की Frame को Scroll किया जा सकता है या नही।


With this attribute you are defined whether the frame can be scrolled or not.


Name


इस Attribute के द्वारा आप Frame का कोई नाम देते है।


By this attribute you give any name of the frame.

 

Vertical Frame


<html>

<head>

<title> HTML Vertical frames </title>

</head>

<frameset cols="25%,50%,25%">

<frame name="left" src="https://adcomputercampus.blogspot.com/">

<frame name="center" src=" https://adcomputercampus.blogspot.com">

<frame name="right" src=" https://adcomputercampus.blogspot.com">

 <frameset>

</html>

 

Horizontal Frame


<html>

<head>

<title> HTML Horizontal frames </title>

</head>

<frameset rows="20%,60%,20%">

<frame name="top" src=" https://adcomputercampus.blogspot.com">

<frame name="main" src=" https://adcomputercampus.blogspot.com">

<frame name="bottom" src=" https://adcomputercampus.blogspot.com">

 </html>


Frame Resizing and Scrolling


<html>

<head>

<title> HTML Vertical frames </title>

</head>

<frameset cols="25%,50%,25%">

<frame name="left" src=https://adcomputercampus.blogspot.com” noresize=”Yes” scrolling=”no”>

<frame name="center" src=" https://adcomputercampus.blogspot.com" noresize=”Yes” scrolling=”no”>

<frame name="right" src=" https://adcomputercampus.blogspot.com noresize=”Yes” scrolling=”no”">

 <frameset>

</html>


Horizontal and Vertical Frame


<html>

<head>

<title> HTML Horizontal frames </title>

</head>

<frameset rows="50%,50% Cols=”50%,50%">

<frame  src=" https://adcomputercampus.blogspot.com">

<frame  src=" https://adcomputercampus.blogspot.com">

<frame  src=" https://adcomputercampus.blogspot.com">

<frame  src=" https://adcomputercampus.blogspot.com">

</html>

 

 

 

 

 

 


HTML Frame Tags in Hindi and English Reviewed by ADcomputercampus on July 16, 2022 Rating: 5

No comments:

Contact Form

Name

Email *

Message *

Powered by Blogger.