Skip to Main Content 

Examples & Take Home Activity

Embedding a Webpage

Instructions:

  1. Open the iframe tag: <iframe
  2. Specify the width of the embedded content: width=1032
  3. Specify the height of the embedded content: height=500
  4. Specify the source of the embedded content: src="https://ask.springshare.com/"
  5. Close the opening iframe tag: >
  6. Close the iframe tag: <iframe>

End Product: 

<iframe width=1032 height=500 src="https://ask.springshare.com/" ></iframe>