This element introduces learners to the essential skills of website creation, covering the use of HTML for semantic structure and CSS for style and layout,
Topic Synopsis
This element introduces learners to the essential skills of website creation, covering the use of HTML for semantic structure and CSS for style and layout, alongside the practical use of industry-standard website software tools to prepare and integrate content. Learners will progress to publishing a fully functional website, gaining an understanding of hosting, domain management, and version control. These competencies are directly applicable in presenting scientific data, portfolios, or professional profiles within applied science and technology careers.
Key Concepts & Core Principles
- Health and Safety in the Laboratory: Understanding COSHH regulations, risk assessments, and proper use of personal protective equipment (PPE) to maintain a safe working environment.
- Laboratory Techniques and Equipment: Proficiency in using microscopes, balances, pipettes, and spectrophotometers, as well as performing techniques like titration, filtration, and aseptic transfer.
- Data Collection and Analysis: Skills in recording observations accurately, using SI units, calculating means and percentages, and presenting data in tables and graphs to identify trends.
- Scientific Communication: Writing clear lab reports, following standard formats, and using appropriate scientific terminology to convey findings effectively.
- Quality Control and Assurance: Understanding the importance of calibration, validation, and standard operating procedures (SOPs) to ensure reliable and reproducible results.
Exam Tips & Revision Strategies
- Always validate your HTML and CSS using W3C validators to catch syntax errors early.
- Plan your site structure on paper before coding, ensuring a logical navigation flow.
- Use clear, descriptive file names and organise assets into separate folders (css, images, scripts).
- Enable browser developer tools to debug CSS and layout issues promptly.
- Write meaningful comments in your code to explain sections and aid in maintenance.
- Begin your project by planning a clear site map and wireframes to guide your structure and navigation, and include these in your evidence portfolio.
- Use a validation service to check your HTML and CSS for errors before submission; clean, standards-compliant code is often rewarded.
- When capturing evidence for publishing, include screenshots of both the file transfer process and the live website on multiple browsers to prove successful deployment.
Common Misconceptions & Mistakes to Avoid
- Confusing block-level and inline HTML elements, leading to layout errors.
- Incorrectly linking CSS files, resulting in unstyled content.
- Using absolute file paths instead of relative paths, causing broken links after publishing.
- Neglecting to test on different browsers, so the site may not render correctly everywhere.
- Uploading files to the wrong server directory, preventing the site from displaying.
- Confusing the roles of HTML and CSS, for example using HTML presentational attributes instead of separating structure and style.
Examiner Marking Points
- Award credit for correct nesting of HTML elements and proper use of semantic tags (e.g., <header>, <nav>, <footer>).
- Credit given for linking an external CSS stylesheet and applying consistent styling rules without inline styles.
- Mark positively for demonstrating the use of alt attributes on images and other accessibility features.
- Evidence of a clear folder structure and appropriate file naming convention in the published site.
- Look for successful upload and live functionality, with no broken links or missing assets.
- Award credit for accurately using HTML to define clear document structure, including appropriate use of headings, paragraphs, lists, and semantic elements.
- Credit given for consistent application of CSS styles to control layout, typography, and colour scheme, with evidence of understanding the cascade and specificity.
- Expect evidence of using website software tools to format and compress images, create hyperlinks, and embed multimedia content appropriately.