Web Programming Notes
Summary:
The Web Programming Notes cover the Introduction to WEB, including the basics of the WWW, HTTP protocol, and client-server architecture. It also discusses the concepts of effective web design, such as web design issues, page layout, user-centric design, and effective navigation. Additionally, the note covers the basics of HTML, CSS, Bootstrap, and client-side scripting using JavaScript.
Excerpt:
Web Programming Notes
1: Introduction to WEB
1.1 Basics of WWW
World Wide Web, which is also known as the Web, is a collection of websites or web pages stored in web servers and connected to local computers through the internet. These websites contain text pages, digital images, audio, videos, etc. Users can access the content of these sites from any part of the world over the internet using their devices such as computers, laptops, cell phones, etc. The WWW, along with the internet, enables the retrieval and display of text and media on your device.
The building blocks of the Web are web pages that are formatted in HTML and connected by links called “hypertext” or hyperlinks and accessed by HTTP. These links are electronic connections that link related pieces of information so that users can access the desired information quickly. Hypertext offers the advantage to select a word or phrase from text and thus access other pages that provide additional information related to that word or phrase.
Uniform Resource Locator (URL)
A web page is given an online address called a Uniform Resource Locator (URL). A particular collection of web pages that belong to a specific URL is called a website, e.g., www.facebook.com, www.google.com, etc. So, the World Wide Web is like a huge electronic book whose pages are stored on multiple servers across the world.
Small websites store all of their WebPages on a single server, but big websites or organizations place their WebPages on different servers in different countries so that when users of a country search their site they could get the information quickly from the nearest server.
Reviews