Unit 2 HTML: Embedding External Website

Can students add a link to an outside website using HTML in Unit 2 of CSD?

Beth,

Yep! In Lesson 7 the students learn how to reference an outside image, and in Lesson 9 they link to pages within their site - take that same idea and use the src and the http: of the website you want to go to. Check out this W3Schools reference too.

Brad

2 Likes

Another fun tag is the iframe. You can put a page inside a page. Pageception!

https://www.w3schools.com/tags/tag_iframe.asp

3 Likes