This subtopic equips learners with practical skills to design, develop, and deploy multi-page websites using industry-standard software. Emphasis is placed
Topic Synopsis
This subtopic equips learners with practical skills to design, develop, and deploy multi-page websites using industry-standard software. Emphasis is placed on creating well-structured HTML and CSS, incorporating multimedia and interactive elements, and rigorously testing functionality across devices before publishing to a live environment.
Key Concepts & Core Principles
- File management: Understanding how to organise, save, and retrieve files in different formats, including using cloud storage and version control.
- Data manipulation: Using formulas, functions, and sorting/filtering tools in spreadsheets to analyse and present data accurately.
- Database design: Creating tables with appropriate field types, setting primary keys, and establishing relationships between tables to ensure data integrity.
- Presentation principles: Applying design templates, consistent formatting, and multimedia elements to communicate information clearly and engage an audience.
- Internet research skills: Evaluating the credibility of online sources, using advanced search techniques, and referencing information correctly to avoid plagiarism.
Exam Tips & Revision Strategies
- Document your design decisions and testing process in an accompanying report or portfolio to evidence your planning and problem-solving skills.
- Validate your HTML and CSS using W3C validators early and often to catch syntax errors before they compound.
- Use version control (e.g. Git) during development to track changes and enable easy rollback if needed—this also demonstrates professional practice.
- Always test interactive features on real mobile devices and different browsers; screenshots or videos of testing can strengthen your assessment evidence.
- When publishing, double-check file paths and permissions to ensure all assets load correctly on the live server.
- Plan your site structure using a sitemap and wireframes before development; this demonstrates a systematic approach in your portfolio.
- Validate your HTML and CSS using official W3C validators and screenshot the results as evidence of quality assurance.
- Test interactive features, such as forms, on multiple browsers and note any adjustments made, showing problem-solving skills.
Common Misconceptions & Mistakes to Avoid
- Using outdated or presentational HTML (e.g. <font> tags, table-based layouts) instead of modern, semantic markup.
- Applying CSS inline or embedded rather than linking an external stylesheet, leading to poor maintainability.
- Embedding multimedia files that are not optimised for the web, causing slow page loads and poor user experience.
- Overlooking accessibility requirements, such as missing alt text for images, insufficient colour contrast, or non-keyboard-navigable interactive elements.
- Failing to test thoroughly, resulting in broken links, JavaScript errors, or layout issues on different browsers and devices.
- Using inline styles or presentational HTML instead of separating content and presentation with external CSS.
Examiner Marking Points
- Award credit for demonstrating consistent use of semantic HTML5 elements to structure content logically across all pages.
- Award credit for applying an external CSS stylesheet to control layout, typography, and colour, with clear evidence of responsive design using media queries.
- Award credit for embedding multiple types of multimedia (e.g. optimised images, audio, video) that function correctly on each page.
- Award credit for integrating interactive features such as a functional contact form with validation, a navigation menu with active states, or a dynamic image gallery using JavaScript or jQuery.
- Award credit for publishing the website to a hosting server and providing evidence of thorough testing (e.g. broken link checks, cross-browser compatibility, mobile responsiveness) with documented fixes applied.
- Award credit for creating a consistent page structure across the website using HTML5 semantic elements (header, nav, main, footer) and linking all pages via a functional navigation menu.
- Award credit for employing external CSS to control layout, typography, and colour schemes, with evidence of responsive design techniques such as media queries or flexible grids.
- Award credit for embedding multimedia content appropriately (e.g., video with controls, audio with fallback formats) and ensuring all media files are optimised for web delivery.