Web Pages (CIE IGCSE Computer Science)

Revision Note

Test Yourself
Becci Peters

Expertise

Computer Science

Web Pages

  • When you type in a URL / click on a link the browser sends the URL to the DNS using HTTP
  • The DNS finds the matching IP addresses for the URL and sends the IP address to the web browser
  • The web browser sends a request to the web server for web pages
  • The web pages are sent from the web server to the browser
  • The browser renders HTML to display web pages 
  • Any security certificates are exchanged
  • SSL/HTTPS is used to secure the data which will encrypt any data that is sent

Worked example

Describe how the web pages for the website are requested and displayed on a user’s computer

[4]

  • The browser sends the URL to the DNS [1]
  • The DNS returns the IP address to the browser [1]
  • The browser sends a request to the web server [1]
  • The browser interprets and renders the HTML to display web pages [1]

Structure & Presentation

Websites can be separated into structure and presentation.

HTML is:

  • A language used to create the structure/layout of a website
  • Written in plain text
  • Used in the content layer
  • Made up of a set of markup codes
  • Used to tell the browser how to display the page 

E.g.

  • Where text is placed
  • Margins of page
  • Line break
  • Padding

CSS is:

  • A language used to create the presentation / formatting of the page
  • Written in plain text
  • Used in the presentation layer
  • Used by web pages to produce a consistent format between different web pages

E.g.

  • Font size
  • Font colour
  • Background colour

Why are they kept separately?

  • The presentation of the page can be changed without needing to alter the structure so regular updates can be made without needing to check the structure
  • The formatting document (written in CSS) can be used again for a different website
  • If further content and web pages are added to the website, the necessary formatting can be easily applied so this can save time when developing a website
  • CSS to standardise formatting so CSS only needs to be created once and be applied to each webpage
  • One person can develop the structure and one can develop the presentation so this can save time when developing and updating a website

Exam Tip

  • Make sure you know the definition for structure and presentation and know at least one example of each

  • You also need to have a greater understanding of the reasons for the separation of structure and presentation

You've read 0 of your 0 free revision notes

Get unlimited access

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

Becci Peters

Author: Becci Peters

Becci has been a passionate Computing teacher for over 9 years, teaching Computing across the UK helping to engage, interest and develop confidence in the subject at all levels. Working as a Head of Department and then as an educational consultant, Becci has advised schools in England, where her role was to support and coach teachers to improve Computing teaching for all. Becci is also a senior examiner for multiple exam boards covering GCSE & A-level. She has worked as a lecturer at a university, lecturing trainee teachers for Computing.