This subtopic covers the fundamental skills required to plan, build, and launch a basic website. Learners will explore how to apply consistent visual style
Topic Synopsis
This subtopic covers the fundamental skills required to plan, build, and launch a basic website. Learners will explore how to apply consistent visual styles using CSS, structure content with HTML, and utilise website software tools to prepare text, images, and multimedia. Finally, they will gain hands-on experience in publishing a website to a live server, ensuring it is accessible and functions correctly.
Key Concepts & Core Principles
- Professional Communication: Understanding how to write formal emails, take minutes, and handle telephone enquiries with clarity and confidentiality.
- Financial Transactions: Processing invoices, receipts, and payments accurately, including VAT calculations and reconciling accounts.
- Office Systems: Organising physical and digital filing, managing schedules, and using software like spreadsheets and databases.
- Data Protection: Applying GDPR principles when handling personal and business data, including secure storage and disposal.
- Teamwork and Customer Service: Collaborating with colleagues, resolving queries, and maintaining a professional image.
Exam Tips & Revision Strategies
- Always start by sketching a simple site map and wireframes to demonstrate planning skills in your portfolio.
- Validate your HTML and CSS using free online tools and include screenshots of the validation results as evidence.
- When publishing, double-check file permissions and directory structures on the server to ensure the homepage (e.g., index.html) is in the root folder.
- Use relative paths for all internal links and assets, and test the published site on a different device or network to simulate a real user's experience.
Common Misconceptions & Mistakes to Avoid
- Confusing the roles of HTML and CSS, leading to inline styles or presentational markup instead of external stylesheets.
- Forgetting to test links and media paths after publishing, resulting in broken images or 404 errors on the live site.
- Using absolute file paths (e.g., C:\Users\) for local resources, which break when the site is uploaded to a server.
- Neglecting to optimise images for web use, causing slow page load times.
- Failing to include a clear site structure plan before building, leading to inconsistent navigation or orphaned pages.
Examiner Marking Points
- Award credit for demonstrating a clear separation of content (HTML) and presentation (CSS) in the website files.
- Expect evidence of a consistent navigation structure across all pages, with working internal and external hyperlinks.
- Assessors should look for appropriate use of website software features, such as templates or WYSIWYG editors, to format and insert media.
- Credit successful upload of the website to a designated hosting space, with verification that all pages render correctly in a standard browser.
- Marks should be given for including basic accessibility features, like alt text for images and readable font choices.