Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

<frameset> Tag attributes:-

  • Cols:-cols attribute के द्वारा columns बनाये जाते है अर्थात आप कितने columns का frameset create करना चाहते है इसकी value cols attribute मे देते है और इसके साथ columns की size भी define की जाती है।

Example:-<frameset cols=”50%, 50%>

  • Rows:row attribute का use web page को frames मे divide करने के लिए किया जाता है अर्थात हम web page को कितने भागो मे divide करना चाहते है इसकी value row attribute मे देते है।

Example:-<frameset rows=”50%, 50%>

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

Example:-<frameset border=14>

  • Border color:-यह attribute बॉर्डर का colorSpecifies करता है जिसे color name के रूप में specified किया जाता है।

Example:-<frameset border=14  bordercolor=red>

 

  • <Frame> Tag:-

फ्रेम एक empty element है इसलिए इसे <frame> टैग का use करके इसकी attribute के साथ defined किया जाता है। इसका उपयोग HTML document को “SRC”  attribute का उपयोग करके एक फ्रेम में display करने के लिए specify करने के लिए किया जाता है।

Syntax:-<frame src=”html source file name”>

<frame> tag attributes:-

  • Name:-FRAME element की name attribute फ्रेम के लिए एक unique namedefined करती है।
  • SRC:-यह एक फ्रेम में display करने के लिए document के URL को specify करता है।
  • Frameborder:-इसका उपयोग फ्रेम बॉर्डर के डिस्प्ले को ON या OFF करने के लिए किया जाता है। यह attribute दो मान लेता है 1 या 0. जहाँ 0 का अर्थ है कि कोई Frame border नही है और 1 का अर्थ है कि frame border display होगा।
  • Noresize:-noresize attribute यह specify करता है कि users द्वारा <frame>element का size नहीं बदला जा सकता है। यह attribute कोई value नहीं लेता है।
  • Scrolling:-यदि फ़्रेम का size अपने content को display करने के लिए बहुत छोटा है, तो ब्राउज़र स्क्रॉलबार को ऊपर, नीचे, दाएं या बाएं ले जाने के लिए लाता है। इस attribute का उपयोग स्क्रॉलबार के display को on या off  करने के लिए किया जाता है। यह तीन value लेता है।

     Auto:- Scrollbars appear if needed (this is default)

     Yes:- Scrollbars are always shown

     No:- Scrollbars are never shown

  • Marginheight:-यह attribute पिक्सेल में content और फ्रेम के ऊपर और नीचे के बीच की height को specify करता है।

Syntax:-<frame marginheight=”pixels”>

  • Marginwidth:-यहa ttribute पिक्सेल में content और फ्रेम के बाएँ और दाएँ के बीच की width को specify करती है।

Syntax:-<frame marginwidth=”pixels”>

 

<frameset> Tag attributes:-

  • Cols:- The “cols” attribute is used to create vertical frames in web browser. This attribute is basically used to define the number of columns and its size inside the frameset tag.

Example:- <frameset cols=”50%, 50%>

  • Rows: the “rows” attribute divides the web page horizontally in two or more sections. The size of the sections within the frameset is specified as percentage of page size.

Example:- <frameset rows=”50%, 50%>

  • Border:- this attribute of frameset tag defines the width of border of each frames in pixels.

Example:- <frameset border=14>

  • Border color:- This attribute determines the color of border which is specified as color name.

Example:- <frameset border=14  bordercolor=red>

  • Frame Spacing:- This attribute of frameset tag is used to specify the amount of spacing between the frames in a frameset. This can take any integer value as an parameter which basically denotes the value in pixel.

Example:- <frameset framespacing=14 >

  • <Frame> Tag:-

Frame is an empty element so it is defined with its attributes using <frame> tag. It is used to specify the HTML document to display in a frame using “SRC” attribute.

Syntax:- <frame src=”html source file name”>

<frame> tag attributes:-

  • Name:- The name attribute of the FRME element defined a unique name for the frame.
  • SRC:- It specifies the URL of the document to show in a frame.
  • Frameborder:- It is used to set the display of frame border ON or OFF. This attribjute can take two values, 0 or 1, where 0 means no frame border and 1 means display frame border.
  • Noresize:- The noresize attribute specifies that a <frame> element cannot be resized by the user. This attribute does not take any value.
  • Scrolling:- If the frame size to too small to display its contents the browser brings the scrollbar to move up, down, right or left. This attribute is used to set the display of scrollbar ON or OFF. It takes one of the three values.

     Auto:- Scrollbars appear if needed (this is default)

     Yes:- Scrollbars are always shown

     No:- Scrollbars are never shown

  • Marginheight:- The marginheight attribute specifies the height between the content and the top and bottom of the frame, in pixels.

Syntax:- <frame marginheight=”pixels”>

  • Marginwidth:- The marginwidth attribute specifies the height between the content and the left and right of the frame, in pixels.

Syntax:- <frame marginwidth=”pixels”>

error: Content is protected !!