What is a Web Address? Last Updated : 23 Nov, 2021 Comments Improve Suggest changes Like Article Like Report The web address was developed by Sir Tim Berners-Lee and the URL working group of IEFT (Internet Engineering Task Force) in the year 1994. It is a name that points to the location of a particular web page in the internet world. It can be the address of anything like the address of a particular file, directory, photo, video, etc. Every web page on the internet has a unique web address, with the help of which the user accesses those web pages. It is the same as the address of your house or school or any place on this planet. Web Address is also known as URL i.e. uniform resource locator. For example: Here, https is the scheme, www.geeksforgeeks.org is the domain name and in combination, it is known as the web address of geeksforgeeks website. Components of a web addressA web address is written in the following format: Scheme://Domain name/Path/?Parameters#Anchor Now we discuss each part in detail: Scheme: It is the protocol that is associated with every URL. It tells the browser what type of address the user is trying to access so that the browser connects correctly. Generally, http or https protocol is used to connect with the browser, but other types of the protocol are also available like rtp, dns, chrome, etc.Domain name: A domain name is a text name that corresponds to the numeric IP (Internet Protocol) address of the website, followed by the top-level domain name(eg: .gov, .org, .com, etc). Domain names are used to make it easier for the user to access a particular website. Basically, it tells which web server is being requested. For example, the domain name to access GeeksForGeeks is geeksforgeeks.org, where .org is the top-level domain name.Path: Path specifies the entire path to a particular web page that the user wants to access. The user can define the entire path of the particular web page (if he/she knows). If no path is specified and only the domain name is entered by the user then the browser loads the default page, also known as the home page, of the website from where the user can navigate to the desired web page.Parameters: Parameters are the query string that begins with a question mark(?) after the Path. This is the list of key pairs separated by an ampersand(&) sign. You must have seen it when you have searched for a query on Google or on youtube or any platform. Each web browser has its own rules for passing the parameters. For example, https://www.google.com/search?q=gfg+login&rlz=1C1CHBD_enIN919IN919&... , here are the strings after the question mark(?) is the query string or the parameters.Anchor: Anchors are like bookmarks it tell the browser which particular part of a web page the user wants to access. They are written after the Parameters and begin with a hashtag(#).If we combine all the above parts of the web address then the web address looks like this: Types of Web AddressThere are two types of web addresses: Absolute web address: An absolute web address is the web address that contains the domain name and the entire address of the file/directory to which it points. It is the web address that is normally seen in the address bar of the browser and it can be accessed from anywhere in the world. It begins with the protocols like "http", "https", "ftp" etc, and have the structure like:Protocol://Domain name/PathRelative web address: Relative web address is the web address that can be accessed only if you are on the home page or on any web page of the particular website. It tells the web address is in relation to the current user location(hence it is named Relative web address). Since it is assumed that the user is already present on the website, a relative web address only contains the domain name and the location, e.g. <a href = "./geeksforgeekscourses.html"How to use a Web Address?Web addresses can be accessed in 4 simple steps: Step 1: Go to your web browser. Step 2: Type the website name in the address bar, or you can type the entire web address of the web page you want to access(if you know the entire web address). Step 3: Press Enter. Step 4: This will take you to the home page of the respective website. You can navigate to the desired web page from the home page of the website. Example: Let's say we want to access the GeeksForGeeks website so the above steps can be followed as: Open the Chrome browser (or any browser which you use).Type "www.geeksforgeeks.org" or you can directly write your desired web page name after the domain name, for e.g. "www.geeksforgeeks.org/courses".Type "www.geeksforgeeks.org" in the address bar.Type "www.geeksforgeeks.org/courses" in the address bar.Press Enter.This will take you to the respective web pages of geeksforgeeks.The address "www.geeksforgeeks.org" takes you to the home page of geeksforgeeks.The web address "www.geeksforgeeks/courses" takes you to the courses web page of geeksforgeeks. Comment More infoAdvertise with us Next Article Computer Hardware D deepika92 Follow Improve Article Tags : Computer Science Fundamentals School Learning Class 10 Similar Reads Computer Fundamentals Tutorial This Computer Fundamentals Tutorial covers everything from basic to advanced concepts, including computer hardware, software, operating systems, peripherals, etc. Why Learn Computer FundamentalsYour computer can solve complex problem in milliseconds!Helps you understand how computers work and solve 4 min read FundamentalComputer HardwareComputer hardware refers to the physical components of a computer that you can see and touch. These components work together to process input and deliver output based on user instructions. In this article, weâll explore the different types of computer hardware, their functions, and how they interact 10 min read What is a Computer Software?Computer Software serves as the backbone of all digital devices and systems. It is an integral part of modern technology. Unlike hardware which comprises physical components, software is intangible and exists as a code written in programming language. This article focuses on discussing computer soft 8 min read Central Processing Unit (CPU)The Central Processing Unit (CPU) is like the brain of a computer. Itâs the part that does most of the thinking, calculating, and decision-making to make your computer work. Whether youâre playing a game, typing a school assignment, or watching a video, the CPU is busy handling all the instructions 6 min read Input DevicesInput devices are important parts of a computer that help us communicate with the system. These devices let us send data or commands to the computer, allowing it to process information and perform tasks. Whether it's typing on a keyboard or clicking a mouse, these devices enable us to interact with 11 min read Output DevicesOutput devices are hardware that display or produce the results of a computer's processing. They convert digital data into formats we can see, hear, or touch. The output device may produce audio, video, printed paper or any other form of output. Output devices convert the computer data to human unde 9 min read MemoryComputer MemoryMemory is the electronic storage space where a computer keeps the instructions and data it needs to access quickly. It's the place where information is stored for immediate use. Memory is an important component of a computer, as without it, the system wouldnât operate correctly. The computerâs opera 9 min read What is a Storage Device? Definition, Types, ExamplesThe storage unit is a part of the computer system which is employed to store the information and instructions to be processed. A storage device is an integral part of the computer hardware which stores information/data to process the result of any computational work. Without a storage device, a comp 11 min read Primary MemoryPrimary storage or memory is also known as the main memory, which is the part of the computer that stores current data, programs, and instructions. Primary storage is stored in the motherboard which results in the data from and to primary storage can be read and written at a very good pace.Need of P 4 min read Secondary MemorySecondary memory, also known as secondary storage, refers to the storage devices and systems used to store data persistently, even when the computer is powered off. Unlike primary memory (RAM), which is fast and temporary, secondary memory is slower but offers much larger storage capacities. Some Ex 7 min read Hard Disk Drive (HDD) Secondary MemoryPrimary memory, like RAM, is limited and volatile, losing data when power is off. Secondary memory solves this by providing large, permanent storage for data and programs.A hard disk drive (HDD) is a fixed storage device inside a computer that is used for long-term data storage. Unlike RAM, HDDs ret 11 min read Application SoftwareMS Word Tutorial - Learn How to Use Microsoft Word (2025 Updated)Microsoft Word remains one of the most powerful word processing program in the world. First released in 1983, this word processing software has grown to serve approximately 750 million people every month. Also, MS Word occupies 4.1% of the market share for productivity software.With features like re 9 min read MS Excel Tutorial - Learn Excel Online FreeExcel, one of the powerful spreadsheet programs for managing large datasets, performing calculations, and creating visualizations for data analysis. Developed and introduced by Microsoft in 1985, Excel is mostly used in analysis, data entry, accounting, and many more data-driven tasks.Now, if you ar 11 min read What is a Web Browser and How does it Work?The web browser is an application software used to explore the World Wide Web (WWW). It acts as a platform that allows users to access information from the Internet by serving as an interface between the client (user) and the server. The browser sends requests to servers for web documents and servic 4 min read What is a Excel SpreadsheetExcel works like other spreadsheet programs but offers more features. Each Excel file is called a workbook, which contains one or more worksheets. You can start with a blank workbook or use a template.A worksheet is a grid of 1,048,576 rows and 16,384 columns, over 17 billion cells, for entering and 7 min read System SoftwareWhat is an Operating System?An Operating System is a System software that manages all the resources of the computing device. Acts as an interface between the software and different parts of the computer or the computer hardware. Manages the overall resources and operations of the computer. Controls and monitors the execution o 5 min read Windows 10 TutorialExplore our Free Windows 10 Tutorial to learn how to use Microsoft Operating System-Windows 10 remains one of the most widely used operating systems, offering a balance of performance, security, and user-friendly features. Whether you're a new user setting up your PC for the first time or someone lo 15+ min read Linux/Unix TutorialLinux is one of the most widely used open-source operating systems. It's fast, secure, stable, and powers everything from smartphones and servers to cloud platforms and IoT devices. Linux is especially popular among developers, system administrators, and DevOps professionals.Linux is:A Unix-like OS 10 min read Top 10 iOS App Development Tools That You Can ConsiderBusinesses know the importance of being in close proximity to their customers. And the closest thing to the customers today is their smartphones. Smartphones are also the means for businesses to get as close to customers as they possibly can. Mobile applications are the fastest way for businesses to 7 min read What is macOS?macOS is built on a Unix based architecture and provides users with a reliable and user friendly experience. In this article, we will understand macOS in detail. What is macOS?macOS operating system that Apple Inc. developed especially for its Macintosh computer series. It is the replacement for the 4 min read Programming LanguagesC Programming Language TutorialC is a general-purpose mid-level programming language developed by Dennis M. Ritchie at Bell Laboratories in 1972. It was initially used for the development of UNIX operating system, but it later became popular for a wide range of applications. Today, C remains one of the top three most widely used 5 min read Python Tutorial - Learn Python Programming LanguagePython is one of the most popular programming languages. Itâs simple to use, packed with features and supported by a wide range of libraries and frameworks. Its clean syntax makes it beginner-friendly. It'sA high-level language, used in web development, data science, automation, AI and more.Known fo 10 min read Java TutorialJava is a high-level, object-oriented programming language used to build web apps, mobile applications, and enterprise software systems. Known for its Write Once, Run Anywhere capability, which means code written in Java can run on any device that supports the Java Virtual Machine (JVM).Syntax and s 10 min read JavaScript TutorialJavaScript is a programming language used to create dynamic content for websites. It is a lightweight, cross-platform, and single-threaded programming language. It's an interpreted language that executes code line by line, providing more flexibility.Client Side: On the client side, JavaScript works 11 min read Like