Year 11 - Computing
Web based project II
HTML programming project
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 11 - Computing
HTML programming project
In this unit pupils will explore how websites are displayed within a browser using HTML and CSS. They will examine how websites are requested and delivered to our computer via the internet and the WWW. They will create the structure of a website using HTML and change the styling using CSS.
You will learn to make your website interactive using JavaScript and test that it meets the requirements specified.
Adding interactivity to a project involves writing functions and connecting them to elements using event listeners. Website features should match the project's goals and user needs.
the process of finding and fixing errors in code to ensure it works correctly. Add one real device or system example to prove understanding.
Mistake: JavaScript only works after everything is perfect, I'll fix it all at the end. Correction: JavaScript is best written and tested in small steps. Writing a little, testing it, and debugging as you go helps avoid big problems later.
Browse all guides in the Year 11 Computing guide library.