How to add Amazon website inside iframe?

 How to add Amazon website inside iframe?

<!DOCTYPE html>

<html>

<body>


<h1>HTML Iframes</h1>

<p>You can use the height and width attributes to specify the size of the iframe:</p>


<iframe src="https://www.amazon.com/" height="220" width="320" title="Iframe Example"></iframe>


</body>

</html>


Comments

Last 7 Days

How to use sandbox attribute value ( allow-popups ) with < iframe > tag in HTML ? with example

How do you add color to a < table > in HTML?

table background-color css

what is solidity programming language ?

How to Create a table in html with 2 rows and 3 columns (Source code )

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

How to use loop attribute with < video > tag in HTML for YouTube ? with example

All 35 reserved keywords in Solidity programming language