iFrame

An inline frame used inside a webpage to load another HTML document inside it.
 avatar
messywebdev
plain_text
2 years ago
188 B
8
Indexable
<iframe src="courses.html"></iframe>

The height and width attributes are used to specify the height and width of the iFrame.

<iframe src="courses.html" width="500" height="300"></iframe>
Editor is loading...