Page 92 - modular_v2.0_HTML&_CSS_Fb
P. 92
</STYLE>
</HEAD>
<BODY>
<H1 STYLE="TEXT-ALIGN: center">Valley of Flowers</H1>
<IMG SRC="Valley_of_Flowers.jpg" ALT="Valley of Flowers" STYLE="BORDER:
4px SOLID BLACK; HEIGHT: 200px; WIDTH: 250px;">
<BR/>
<A HREF="https://uttarakhandtourism.gov.in/destination/valley-of-
flowers">Click Here to Visit Official Website</A>
</BODY>
</HTML>
FRAMES
HTML provides a feature to display more than one web pages on a single screen of the web
browser. These web pages are actually displayed using frames. Frames are the different
sections or parts of a web page. The <IFRAME> (short for inline frame) tag is used in HTML5
to embed another web page, video, map, or any external content within the current web
page. For example,
<IFRAME SRC="URL" WIDTH="600" HEIGHT="400"></IFRAME>
Where, URL is the address of a web page which you want to display in a frame. The <IFRAME>
tag provides four main attributes which are as follows:
SRC: This attribute specifies the URL of the embedded page. If the src attribute of an
<IFRAME> is missing or incorrect, the frame will appear as a empty area.
WIDTH: This attribute defines the width of the embedded page.
HEIGHT: This attribute defines the height of the embedded page.
ALLOWFULLSCREEN: This attribute enables full screen mode for videos.
90
Touchpad MODULAR (Ver. 2.0)

