This element introduces learners to the fundamentals of planning, creating, and publishing basic web pages. It covers essential skills in structuring conte
Topic Synopsis
This element introduces learners to the fundamentals of planning, creating, and publishing basic web pages. It covers essential skills in structuring content with HTML and applying visual formatting with CSS, culminating in making web pages accessible on the Internet or a local intranet. Practical activities develop digital creativity and technical understanding required for entry-level roles in digital media.
Key Concepts & Core Principles
- Dance Techniques: Mastery of basic movements in styles like contemporary, ballet, and street dance, including posture, alignment, and rhythm.
- Performance Skills: Developing stage presence, expression, and the ability to engage an audience through movement and storytelling.
- Digital Technologies: Using software and hardware for choreography planning, recording performances, and editing video/audio content.
- Health and Safety: Understanding warm-up routines, injury prevention, and safe use of equipment in dance and digital production.
- Collaboration: Working effectively in groups to create and present a cohesive performance, including giving and receiving constructive feedback.
Exam Tips & Revision Strategies
- Always test your website thoroughly before final submission to catch broken links or missing images
- Keep your code clean and well-commented to help assessors follow your logic
- Follow the assignment brief closely and use a checklist to ensure you meet all requirements
- Back up your work regularly and save all files in an organised folder structure
- Always start with a wireframe or site map to plan the structure before coding, which demonstrates a systematic approach.
- Comment your HTML and CSS to explain design decisions, as examiners value clear documentation.
- Use a code editor with syntax highlighting and validation tools to catch errors early.
- Keep a test log documenting how you checked the site’s functionality on different devices and browsers.
Common Misconceptions & Mistakes to Avoid
- Using absolute file paths for local resources causing broken links when published
- Forgetting to close HTML tags, leading to layout issues
- Applying inline styles repeatedly instead of using a separate CSS file
- Neglecting to test the website on different browsers or devices
- Using non-semantic tags like <div> for navigation or headers instead of <nav> or <header>, reducing accessibility.
- Embedding styles inline or within the HTML document instead of linking an external CSS file.
Examiner Marking Points
- Award credit for production of a planning document such as a wireframe or sitemap
- Assess correct semantic use of headings, paragraphs, and image tags in HTML
- Look for consistent visual styling across pages using an external stylesheet
- Check that all navigation links work and pages are connected correctly after publishing
- Reward inclusion of basic accessibility considerations (e.g., alt text for images)
- Award credit for demonstrating the use of semantic HTML5 elements to create a logical document structure.
- Credit should be given for external CSS stylesheets that separate presentation from structure, including responsive design techniques.
- Evidence of using software tools (e.g., image editors, code editors) to prepare assets, such as resizing images and optimising file formats.