How to set frames in Webpage? | Best use of Frameset tag in HTML

How to set frames in Webpage? | Best use of Frameset tag in HTML

दोस्तो अभी तक हमने वेबपेज डेकोरेशन के बारे मे बहुत कुछ सिखा| अब इस आर्टिकल मे हम frameset tag के बारे मे पढने वाले है| तो अब आपके मन मे सवाल आया होगा कि, What is the use of Frameset in HTML? तो दोस्तो frameset का मतलब है कि, हम एक हि webpage के अंदर कॉलम और रो बनाकर उसमे हम वेबपेज ओपन कर सकते है|

Frame

How to implement Framset in HTML? दोस्तो Frames का इस्तेमाल करके हम हमारी webpage कि जानकारी अलग-अलग विंडो मे दिखा सकते है| हम एक विंडो को सब विंडो मे डिव्हाईड कर सकते है| HTML मे हमे webpage के अंदर रो और कॉलम बनाने हो तो उसके लिए हमे HTML मे <Frameset> tag मिला है जिसका इस्तेमाल करके हम एकही webpage के अंदर रो और कॉलम बनाकर हमारे दुसरे webpage उसमे ओपेन कर सकते है|

क्या आपने ये पोस्ट पढी 

WebPageDesign

HTML Tags

HTML Table format

How to use Frame tag in HTML? <Frameset> tag के अंदर frame लगाने के लिए HTML मे हमे <frame> tag मिलता है जिसका इस्तेमाल करके हम <Frameset> के अंदर frame लगा सकते है और <frame> tag के साथ <src> attribute का इस्तेमाल करके हम उसमे webpage load कर सकते है| नीचे Syntax दिया है ध्यान से पढे और समजे|

Syntax :                           

<Framesetcols= “६०%”,”४०%”>

<Framesetrows= “६०%”,”४०%”>

<Frame src=”webpage URL”>

<Frame src=”webpage URL”>

</Frameset>

</Frameset>

 

          

    

        दोस्तो <frameset> tag और <frame> tag दोनो के साथ हमे html attribute मिलते है जिनके बारे मे हम हमारे अगले आर्टिकल मे पढनेवाले है| WebPage के अंदर Frame कैसे लगाते है? ये सिखने के लिए नीचे दिये गये हर कोड को कॉपी करके उसे अलग-अलग Notepad फाईल मे पेस्ट किजीये और उनको 1.html, 2.html और मेन फाईल को frame.html (डॉट html) नाम से सेव करे और फिर उसे ब्राउझर मे ओपन करके देखे|

(1.html)

<html>

<head>

<Title> This is the Title of the web page </title>

</head>

<body bgcolor="pink" text="black">

<h1> This is the Example of frameset tag</h1>

 <h1> This is the frame 1</h1>

</body>

</html>

(2.html)

 

<html>

<head>

<Title> This is the Title of the web page </title>

</head>

<body bgcolor="green" text="black">

<h1> This is the Example of frameset tag</h1>

<h1> This is the frame 2</h1>

 </body>

</html>

 (frame.html)

 <html>

<head>

<Title><h1> This is the Example of Frameset tag</h1> </title>

</head>

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

<frame src="C:\Users\LENOVO\Desktop\New folder\1.html">

<frame src="C:\Users\LENOVO\Desktop\New folder\2.html">

</frameset>

 </html>

 

Frameset

दोस्तो हम इस आर्टिकल के जरीये How to set frames in Webpage?  को स्टेप बाय स्टेप समजाने कि कोशिश कि है| हमारी पोस्ट Best use of Frameset tag in HTML और What is the use of Frameset in HTML? अगर कुछ भी प्रोब्लेम हो या फिर गलती हो तो कृपया आप हमे comment करे| और How to use Frame tag in HTML? इस पोस्ट कि जानकारी आप अपने दोस्तो को भी दे और अपने सोशल मिडिया ग्रुप्स मे भी जरुर शेयर करे| ऐसे हि Latest Update के लिए आप हमे Follow करे और हमारी WebExcel वेबसाईट को सब्सक्राईब करे| दोस्तो हमारी पोस्ट पढने के लिए दिल से धन्यवाद फिर मिलेंगे नई पोस्ट के साथ तब तक के लिए अलविदा, आपका दिन शुभ हो|


Previous
Next Post »

ConversionConversion EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng

Featured Posts