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

HTML Frames:-

अगर हम किसी web page को section मे divide करना चाहते है। तो<frameset> tag का use कर सकते है और divide किये गये sections को HTML frames भी कह सकते है। और हर section अलग अलग web page को represent करता है। किसी एक frame में आप header create कर सकते है तो किसी दूसरे frame मेंआप menus create कर सकते है। और इसी प्रकार से एक web page को footer बनाया जाता है और दूसरे web page को main window की तरह दिखाया जाता है। 

Frameset tag:-

जब हम frames का use करते है तो<body> tag का use नहीं करते है। और किसी भी web page में frames बनाने के लिए हम <frame> tag का use कर सकते है

फ्रेम definition document बनाने के लिए, आप <फ्रेमसेट> टैग का use करते हैं। फ्रेमसेट एक कंटेनर element है इसलिए यह <frameset> से शुरू होता है और </frameset> टैग के साथ closed होता है।

<frameset attributes>

     Frame description

</frameset>

 

HTML Frames:-

Frame allows multiple HTML documents to be presented in independent sub-windows within one browser windows. In other words, frames allow us to show two or more documents in a single web page.

Frameset:-

Frameset is a special HTML document that has different structure than normal HTML document. A normal HTML document begins with <head> tag following by <body> tag whereas frameset document does not have <body> tag.

<frameset> tag:-

To create a frame definition document, you use the <frameset> tag. Frameset is a container element so it starts with <frameset> and end with </frameset> tag.

<frameset attributes>

     Frame description

</framset>

error: Content is protected !!