This element covers the foundational skills of building a website, including creating structured HTML documents and styling them with CSS. Learners will us
Topic Synopsis
This element covers the foundational skills of building a website, including creating structured HTML documents and styling them with CSS. Learners will use appropriate software tools to prepare and optimise content such as text, images, and multimedia, ensuring accessibility and usability. Finally, they will learn to deploy a website to a live server, understanding file transfer protocols and basic hosting concepts, which is essential for presenting a functional online presence.
Key Concepts & Core Principles
- Word Processing: Creating, formatting, and editing documents using features like tables, images, headers/footers, and mail merge.
- Spreadsheets: Using formulas, functions (e.g., SUM, AVERAGE), charts, and cell formatting to analyse and present numerical data.
- Databases: Understanding tables, queries, forms, and reports to store, retrieve, and manage structured information.
- Presentation Software: Designing effective slides with animations, transitions, and multimedia elements to communicate ideas clearly.
- Safe Internet Use: Recognising secure websites, protecting personal data, and understanding copyright and plagiarism issues.
Exam Tips & Revision Strategies
- Always validate your HTML and CSS using W3C validators before submission to catch syntax errors.
- Document your process with screenshots and annotations, explaining decisions you made about structure, style, and content preparation.
- Test your published website on different devices and browsers to demonstrate responsiveness and cross-browser compatibility.
- Ensure you understand and can articulate the difference between local development and live hosting, particularly regarding relative vs absolute paths.
- Always use a clear folder structure for your website assets (images, CSS, scripts) and maintain consistent relative paths; this demonstrates professional practice and prevents broken resource links on the server.
- In your evidence portfolio, include annotated screenshots showing before/after content optimisation (e.g., resized images, compressed video) to explicitly fulfil the 'prepare content' criterion.
- When publishing, provide a live URL and screenshots of the site running in multiple browsers and on a mobile device; this proves cross-browser and responsive design competence—a key marking point.
Common Misconceptions & Mistakes to Avoid
- Confusing the roles of HTML and CSS, such as using presentational HTML tags instead of semantic markup with separate stylesheets.
- Forgetting to close tags or using incorrect nesting, leading to broken layouts.
- Overlooking image optimization, resulting in slow-loading pages that may not meet accessibility standards.
- Misconfiguring file paths or permissions when uploading, causing broken links or missing resources on the live site.
- Over-reliance on inline styles or deprecated HTML tags instead of using CSS for presentation, which leads to poor maintainability and fails to meet separation-of-concerns criteria.
- Using images straight from a camera without resizing or compressing, resulting in slow page load times and a poor user experience; forgetting to set alt attributes harms accessibility.
Examiner Marking Points
- Award credit for demonstrating the ability to create a well-formed HTML document with appropriate semantic elements (header, nav, main, footer) and effective use of CSS for layout and design.
- Expect learners to show competence in using a text editor or web development software to write and save code files, and to test them locally in a browser.
- Evidence of preparing web-ready content includes resizing images, optimizing file sizes, and converting documents to suitable formats (e.g., PDF, JPEG, PNG).
- For publishing, look for correct setup of FTP client settings (host, username, password), successful upload of website files, and verification that the site is accessible via a URL.
- Award credit for demonstrating a logical HTML document structure using semantic elements (e.g., <header>, <nav>, <main>, <footer>) to enhance accessibility and maintainability.
- Award credit for consistently separating content from presentation by using an external CSS file, with evidence of responsive design techniques (e.g., media queries, flexible layouts).
- Award credit for preparing and optimising multimedia content (images, audio, video) with appropriate file formats, compression, and descriptive alternative text, ensuring fast loading times.
- Award credit for successfully uploading the website to a live server, including verifying that all internal and external links function correctly and the site renders consistently across different browsers.