Web Development II - Reid - 2024-S14
4.2.3 Embedding a Website
Skip To Content
Dashboard
  • Login
  • Dashboard
  • Calendar
  • Inbox
  • History
  • Help
Close
  • My Dashboard
  • Web Development II - Reid - 2024-S14
  • Assignments
  • 4.2.3 Embedding a Website
2023/2024 - St. George Academy - Semester 1
  • Home
  • Modules
  • Pages
  • Assignments
  • Quizzes
  • Collaborations
  • Google Drive
  • Lucid (Whiteboard)
  • Canva for Education

4.2.3 Embedding a Website

  • Due Nov 30, 2023 by 11:59pm
  • Points 5
  • Submitting a text entry box or a file upload
  • File Types html

iFrame Practice

 

In this exercise, you’ll practice using iFrames to embed other websites onto your web pages.

YOUR JOB

Embed the Wikipedia website onto your own webpage! Use the URL https://wikipedia.org Links to an external site. .

Style your iframe so that the embedded page has a height of 350px and a width of 450px.

Be sure to include your style.css file in the <head> of your web page so that the CSS styles apply!

Hint:
1. For security reasons, you will only be allowed to embed website URLs that start with https://. Website URLs that start with http:// may not be secure.
2. Some sites do not allow themselves to be iframed, also for security reasons. So not all websites will work.

STARTING CODE

<!DOCTYPE html>
<html>
    <head>
        <title>Embedding Wikipedia</title>
        
    </head>
    <body>
        <!-- Your code here -->
        
    </body>
</html>
1701413999 11/30/2023 11:59pm
Please include a description
Additional Comments:
Rating max score to > pts
Please include a rating title

Rubric

Find Rubric
Please include a title
Find a Rubric
Title
You've already rated students with this rubric. Any major changes could affect their assessment results.
 
 
 
 
 
 
 
     
Can't change a rubric once you've started using it.  
Title
Criteria Ratings Pts
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
Total Points: 5 out of 5