Year 11 - Computing
CSS fundamentals
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 style the content of web pages using a CSS file.
CSS describes the styling that is applied to HTML. Properties of HTML tags are changed in a CSS file linked to a web page.
Cascading Style Sheets: specifications used to style the content and layout of HTML pages. Add one real device or system example to prove understanding.
Mistake: It is easier to apply CSS directly to the HTML tags as they are used. Correction: There is little time saved by applying CSS directly to tags and it generates more work later if the same changes need to be made in different parts of a web page.
Browse all guides in the Year 11 Computing guide library.