The document provides instructions for editing an existing webpage code to create a new webpage about saving the earth. It lists the main hyperlinks and content to include such as facts about pollution and species conservation, and examples of HTML tags to add images, iframes, lines and a basic email signup form.
2. The source code can be found on
the assumptionmaya4 blog.
You only need to edit minor/small parts of the
code to change it into a different webpage.
Use this activity to get creative and make
something impressive.
3. This is the one I created, you can
see it on page 86 of your textbook.
4. The main hyperlinks for the website
are-
A home link
FAQ
Controlling- pollution, deforestation, poaching
Saving- forests, endangered species
5. Interesting things to include-
<iframe src=/slideshow/web-design-save-earth/25793104/"URL"></iframe>: puts a website within a website.
border=4px : put in the img tag and adds a border
<hr> : creates lines on the page
<form name="input" action="html_form_action.asp"
method="get">
Email: <input type="text" name="user">
<input type="submit" value="Submit"> </form>: create an email list
6. Interesting things to include-
<iframe src=/slideshow/web-design-save-earth/25793104/"URL"></iframe>: puts a website within a website.
border=4px : put in the img tag and adds a border
<hr> : creates lines on the page
<form name="input" action="html_form_action.asp"
method="get">
Email: <input type="text" name="user">
<input type="submit" value="Submit"> </form>: create an email list