How To Create iframe In HTML | HTML iframe ( inline iframe ) - Online Thinking Master


Online Thinking Master

First advanced by using Tim Berners-Lee in 1990, HTML is brief for HyperText Markup Language. HTML is used to create electronic documents (referred to as pages) which are displayed on the arena extensive net. every web page incorporates a series of connections to other pages referred to as links. every internet page you spot on the net is written the usage of one version of HTML code or some other.
HTML code guarantees the proper formatting of text and snap shots in order that your internet browser may additionally display them as they're supposed to look. without HTML, a browser might no longer understand a way to show textual content as elements or load photographs or different factors. HTML also offers a basic shape of the page, upon which Cascading style Sheets are overlaid to alternate its look. One may want to think of HTML as the bones (structure) of an internet web page, and CSS as its pores and skin (look).


What Is HTML IFRAME ( INLINE FRAME ) ?


An IFrame (Inline body) is an HTML document embedded interior some other HTML record on a website. The IFrame HTML detail is regularly used to insert content material from some other supply, such as an commercial, into a web web page. despite the fact that an IFrame behaves like an inline photo, it could be configured with its very own scrollbar impartial of the surrounding web page's scrollbar.


Online Thinking Master

an internet designer can exchange an IFrame's content material without requiring the person to reload the encompassing page. This capacity is enabled via JavaScript or the target attribute of an HTML anchor. internet designers use IFrames to embed interactive programs in web pages, which include people who appoint Ajax (Asynchronous JavaScript and XML), like Google Maps or ecommerce packages.


Use This  Tag  To Create HTML IFRAME


<i frame scr=" URL "></i frame>


<iframe> is a tag 


For Height  and Width Use This Line

<iframe src="demo_iframe.htm" height="200" width="300"></iframe>

For BORDER Use This Line

<iframe src="demo_iframe.htm" style="border:none;"></iframe>

This Is a Example 

  
                                       



No comments

Powered by Blogger.