Year 11 - Computing
JavaScript
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 use JavaScript to add interactivity to a web page.
JavaScript can be used to change HTML content and styles dynamically to make web pages interactive. The Document Object Model (DOM) allows JavaScript to access and modify web page elements.
a programming language used to add interactivity to web pages. Add one real device or system example to prove understanding.
Mistake: JavaScript changes the original HTML file. Correction: JavaScript only changes what the user sees in the browser. It does not change the actual HTML file saved on your computer or server.
Browse all guides in the Year 11 Computing guide library.