2 | 3 | 4 | Current Level: 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15
Work as a group to plan your team website. Decide who will be responsible for each individual page and what content those pages will include. Start with a shared vision and make sure everyone has a clear assignment.
Discuss Page Assignments
alex.html
, jordan.html
, sam.html
).Decide on Page Content
Each personal page should include at least:
<h1>
element with the person’s name or page title<p>
paragraph with a short message or introductionDocument the Plan
Our Team Website Plan:
- index.html – homepage with links to individual pages
- alex.html – Alex's introduction page
- jordan.html – Jordan's portfolio page
- sam.html – Sam's favorite resources
Create Placeholder Content (Optional)
Make Sure Navigation is Covered
index.html
will link to each member’s page.<h1>
and <p>
for each pageWhy is it helpful to plan the layout and file names before creating or editing any HTML pages?