HTML Iframe Syntax And HTML File Paths :

The HTML <iframe> tag specifies an inline frame.

An inline frame is used to embed another document within the current HTML document.

Syntax

<iframe src="url" title="description"></iframe>

HTML File Paths

A file path describes the location of a file in a web site’s folder structure.

File paths are used when linking to external files, like:

  • Web pages
  • Images
  • Style sheets
  • JavaScripts

File Path Examples:

PathDescription
<img src=”picture.jpg”>The “picture.jpg” file is located in the same folder as the current page
<img src=”images/picture.jpg”>The “picture.jpg” file is located in the images folder in the current folder
<img src=”/images/picture.jpg”>The “picture.jpg” file is located in the images folder at the root of the current web
<img src=”../picture.jpg”>The “picture.jpg” file is located in the folder one level up from the current folder

Attributes

AttributeValueDescription
srcURLSpecifies the address of the document to embed in the <iframe>
srcdocHTML_codeSpecifies the HTML content of the page to show in the <iframe>
widthpixelsSpecifies the width of an <iframe>. Default width is 300 pixels

Leave a Reply

For News Subscribe Us!

Can curiosity may end shameless explained. True high on said mr on come. An do mr design at little myself wholly entire though. Attended of on stronger or mr pleasure.

You have been successfully Subscribed! Ops! Something went wrong, please try again.

© 2022 Code With AM