src

src(source) attribute defines source of the url to embed page in iframe

syntax:

src = " "

example:

<iframe src="https://xyz.com" ></iframe>

Note: when inserting url insert complete url with protocol ex:(https)

Last updated