Learn > BGE > HTML > 5. The Avengers

Website

A website is a collection of webpages that are linked together.

HTML pages that are saved in the same folder can be linked as shown below.

<a href="IronMan.html">Iron Man</a>

Task 1 - The Avengers

Build the Avengers website below by writing code for each page.

Targets

Write HTML code for multiple HTML pages

Write HTML code to link pages together