6

Click here to load reader

Web design save earth

Embed Size (px)

Citation preview

Page 1: Web design save earth

Change this webpage into a webpage about saving the earth.

Page 2: Web design save earth

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.

Page 3: Web design save earth

This is the one I created, you can see it on page 86 of your textbook.

Page 4: Web design save earth

The main hyperlinks for the website are-

A home link FAQ Controlling- pollution, deforestation, poaching Saving- forests, endangered species

Page 5: Web design save earth

Interesting things to include-

<iframe src="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

Page 6: Web design save earth

Interesting things to include-

<iframe src="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