Term 1 project: HTML Website

Requirements for the project:
1 person –> 5 pages
2 persons –> 10 pages

Navigation
Homeage has to link to all other pages
Or each page links to the next page and back to the homepage

An empty page will look like

<html>

<head>                 </head>

<body>

</body>

</html>

Pages have to include the following:

Images

<img src="imagename.extension" width="200">

Videos

open on youtube

open video file

click on SHARE

click on EMBED

Copy the code and paste it in the body

Links

<a href="http://google.com"> click here to go to google </a>

Widgets

Open widget box

Choose a widget you like (about weather, number of visitors, games…)

Copy paste the code into the website

Headers (1 being the biggest , 7 the smallest)

<h1> Title 1</h1>

<h2>Title 2 </h2>

<h3> Title 3 </h3>

<h7> title 7 </h7>

Title

In the head section write

<title> this title will appear in the toolbar </title>

Formatting (bold, italic, or underlined)

<b> this text is in bold</b>

<u> this text is underlined </u>

<i> this text is italic </i>

Fonts (colors, sizes, types)

<font size="12" color="red" face="verdana">

The font will change here

</font>

Background colors

<body bgcolor="red">

Or

<body bgcolor="#112233">

Background image

<body background="imagename.extension">

20% on creativity and design

Goodluck!

Leave a comment