1. The Three Web Development Layers
Modern websites are built using a three-layer model to separate different aspects of development. Think of it like building a house: the Content layer is the structure (walls, rooms), the Presentation layer is the decoration (paint colour, furniture style), and the Behaviour layer is the functionality (lights switching on, water running). This separation makes websites easier to create, update, and manage, as you can change one layer without having to rebuild the others.
Key term
Examiner insight
Fun fact
Worked example 13 marks
A web design team consists of three specialists: Anna writes the text and adds images, Ben designs the colour scheme and fonts, and Chloe programs a pop-up alert for a contact form. Match each person to the web development layer they are working on.
- 1
Step 1: Identify Anna's task. Anna is adding text and images, which is the core content of the page. This corresponds to the Content Layer.
- 2
Step 2: Identify Ben's task. Ben is designing the visual appearance (colours, fonts). This corresponds to the Presentation Layer.
- 3
Step 3: Identify Chloe's task. Chloe is programming an interactive element (a pop-up alert). This corresponds to the Behaviour Layer.
- 4
Final Answer: Anna - Content Layer; Ben - Presentation Layer; Chloe - Behaviour Layer.
Recap
- Web development is separated into three layers: Content, Presentation, and Behaviour.
- The Content layer provides the structure and information on the page.
- The Presentation layer controls the visual styling and layout.
- The Behaviour layer manages interactivity and how the page responds to users.
- Separating layers makes website maintenance more efficient and scalable.
Quick check
- Name the three layers of web development.3 marks