Year 11 Exam  >  Year 11 Notes  >  Computer for GCSE/IGCSE  >  Web Pages

Web Pages | Computer for GCSE/IGCSE - Year 11 PDF Download

Web Pages

  • When a URL is entered or a link is clicked, the browser transmits the URL to the DNS using HTTP.
  • The DNS then discovers the corresponding IP addresses for the URL and forwards the IP address to the web browser.
  • Subsequently, the web browser dispatches a request to the web server, seeking the web pages.
  • The requested web pages are transmitted from the web server to the browser.
  • The browser interprets HTML to exhibit the web pages to the user.
  • During this process, any necessary security certificates are shared.
  • SSL/HTTPS protocols are employed to secure the transmitted data, ensuring encryption of any sent information.

Structure & Presentation

Websites can be categorized into two main aspects: structure and presentation.

HTML Overview

  • HTML is a language used for creating the structure and layout of a website.
  • It is written in plain text, making it easily readable and editable.
  • HTML is utilized in the content layer of a website to define the elements present.
  • Comprised of a set of markup codes, HTML provides instructions on how content should be displayed.
  • It instructs the browser on how to render and display the web page to the user.

Examples of HTML Usage:

  • Where text is placed: HTML determines the positioning of text on a webpage.
  • Margins of page: HTML controls the spacing around the content on a page.
  • Line break: HTML specifies where a new line should begin in the content.
  • Padding: HTML sets the space between the content and the boundaries of an element.

CSS Overview

  • A language utilized for creating page formatting and presentation.
  • Written in plain text for ease of understanding.
  • Utilized in the presentation layer to ensure a consistent format across various web pages.

Examples of CSS Usage:

  • Font size: Determines the size of text on a webpage.
  • Font color: Specifies the color of the text.
  • Background color: Sets the color of the webpage background.

Why are they kept separately?

  • Page presentation can be modified without altering the structure, allowing for seamless updates without structural checks.
  • CSS formatting documents can be reused for different websites, promoting efficiency in design implementation.
  • Additional content and web pages can easily inherit existing formatting, reducing development time.
  • CSS enables standardization of formatting, requiring creation only once and application across multiple webpages.
  • Division of labor allows one person to focus on structure development and another on presentation, streamlining website development and updates.

Question for Web Pages
Try yourself:
What is the purpose of HTML in website development?
View Solution

The document Web Pages | Computer for GCSE/IGCSE - Year 11 is a part of the Year 11 Course Computer for GCSE/IGCSE.
All you need of Year 11 at this link: Year 11
92 docs|30 tests

Top Courses for Year 11

FAQs on Web Pages - Computer for GCSE/IGCSE - Year 11

1. How are web pages requested and displayed?
Ans. Web pages are requested by a user typing a URL into a web browser or clicking on a link. The browser then sends a request to the web server hosting the page, which processes the request and sends back the HTML code of the page. The browser then interprets the HTML code and displays the web page to the user.
2. What is the structure and presentation of a web page?
Ans. The structure of a web page refers to the underlying HTML code that determines the layout and organization of the content on the page. The presentation, on the other hand, refers to the styling and design of the page, which is controlled by CSS (Cascading Style Sheets). Together, the structure and presentation create the overall look and feel of a web page.
3. How is web page presentation understood?
Ans. Web page presentation is understood through the use of CSS, which allows developers to control the fonts, colors, spacing, and layout of elements on a web page. By applying CSS rules to HTML elements, developers can create visually appealing and consistent designs across different web pages.
4. What is the importance of understanding the structure and presentation of web pages?
Ans. Understanding the structure and presentation of web pages is crucial for creating a user-friendly and visually appealing website. By organizing content effectively and styling it appropriately, developers can enhance the user experience and make it easier for visitors to navigate the site.
5. How can developers ensure that web pages are both well-structured and well-presented?
Ans. Developers can ensure that web pages are well-structured by using semantic HTML elements to define the different parts of the page, such as headers, paragraphs, and lists. They can also use CSS to style these elements and create a cohesive design that is both visually appealing and easy to navigate.
92 docs|30 tests
Download as PDF
Explore Courses for Year 11 exam

Top Courses for Year 11

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Semester Notes

,

Viva Questions

,

Objective type Questions

,

Sample Paper

,

MCQs

,

study material

,

mock tests for examination

,

practice quizzes

,

Exam

,

Important questions

,

Previous Year Questions with Solutions

,

Web Pages | Computer for GCSE/IGCSE - Year 11

,

Summary

,

past year papers

,

Extra Questions

,

shortcuts and tricks

,

ppt

,

Web Pages | Computer for GCSE/IGCSE - Year 11

,

video lectures

,

pdf

,

Free

,

Web Pages | Computer for GCSE/IGCSE - Year 11

;