search
HomeWeb Front-endHTML TutorialA brief history of the Internet told to me by 'Internet Age' (2)_html/css_WEB-ITnose

1991: The first web page was born

1991 in There are many major innovations in the Internet world. The first web page was created, and much like the first email explaining what email was, its purpose was to explain what the World Wide Web was.

1991: MP3 becomes the standard

It was also the same year that the MP3 file format was officially accepted as a standard. Highly compressed MP3 files later became a popular format for sharing songs and entire albums over the Internet.

1991: The first camera

One of the interesting inventions of this era was the first camera. It was deployed in a computer lab at the University of Cambridge with the sole purpose of monitoring a coffee pot so that lab users could avoid wasting time on an empty coffee pot.

1993: Mosaic?? The first graphical browser for mass use

The first widely downloaded internet browser was Mosaic, developed in 1993 . Although Mosaic was not the first web browser, it is considered the first to enable non-technical people to surf the Internet.

1994: Netscape Navigator

Mosaic’s first big competitor - Netscape Navigator - came a year later (1994) Published.

1995: The Commercialization of the Internet

1995 is often considered the first year of commercialization of the Internet. Although there were some commercial enterprises that were already online before 1995, there were some key developments during that year. First, SSL (Secure Sockets Layer) was developed by Netscape to make online financial transactions (such as credit card payments) more secure.

Additionally, two major online businesses started operating in the same year. The first transaction on "Echo Bay," which later became eBay, took place that year. Amazon.com also started operations in 1995, although it was not profitable for six years and did not become profitable until 2001.

1995: The launch of Geocities and Vatican, and JavaScript

Other major developments during the year were the launch of Geocities (on October 26, 2009 termination). Vatican is also online for the first time.

Java and JavaScript (originally called LiveScript by its founder Brendan Eich, who deployed it as part of the Netscape Navigator browser) were first introduced to the masses in 1995. The next year, Microsoft released ActiveX.

1997: The term "blog" appears

While the first blogs came in one form or another, the word "blog" was first coined in 1997 times used.

1998: Google!

Google was launched in 1998, bringing revolutionary changes to the way people search for information online.

1998: Internet-based file sharing began to take root

Also in 1998, Napster opened the door to the sharing of audio files on the Internet.

2000: The dot-com bubble burst

2000 was the year when the dot-com bubble burst, causing huge losses to a large number of investors. Hundreds of companies were forced to close, some without making a profit for their investors. Nasdaq listed many high-tech companies affected by the bubble, peaking at 5,000 points, then losing 10% of its value in one day, and finally hitting rock bottom in October 2002.

2001: Wikipedia published

2003: VoIP becomes mainstream

2003: Skype was released to the public, providing users with a user-friendly IP voice phone.

2003: MySpace became the most popular social network

Also in 2003, MySpace was released. It went on to become the most popular social network of its time (now replaced by Facebook).

2003: CAN-SPAM Act keeps spam out

Another major development in 2003 was the effort to control unsolicited pornography and marketing messages, known as CAN-SPAM Act.

2004: Web 2.0

Although Darcy DiNucci coined the term "Web2.0" in 1999, it refers to highly interactive and user-driven websites and rich Internet applications ( RIA), which was not widely used until 2004. At the first Web 2.0 conference, John Batelle and Tim O'Reilly proposed the concept of "network platform": application software is built on the Internet and gradually moves away from the desktop (desktop software has the disadvantages of relying on the operating system and lack of interoperability) .

2004: Social Media and Digg

The term "social media" is believed to have been first coined by Chris Sharpley , and in the same year, "Web2.0" became a mainstream concept. Social media websites and web applications allow users to create and share content and communicate with each other on this platform.

Digg, a brand new social news site, launched in November 2004, pioneering the likes of Reddit, Mixx and Yahoo! Buzz. Digg has had a revolutionary impact on the traditional way of discovering and producing web content, with news and website connections all democratically determined by community voting.

2004: Facebook opened to college students

Facebook was launched in 2004. At that time, it was only open to college students and was called "The Facebook". Later, "The" was removed from the name , although it still exists. http://www.thefacebook.com

2005: YouTube?? Streaming video that the public can share

YouTube was launched in 2005 to provide free online video storage , and share it with the public.

2006: Twitter started tweeting

Twitter was launched in 2006 and its original name was twittr (inspired by Flickr); Twitter’s first message was : "just setting up my twtt".

Source: http://www.ido321.com/632.html

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What are boolean attributes in HTML? Give some examples.What are boolean attributes in HTML? Give some examples.Apr 25, 2025 am 12:01 AM

Boolean attributes are special attributes in HTML that are activated without a value. 1. The Boolean attribute controls the behavior of the element by whether it exists or not, such as disabled disable the input box. 2.Their working principle is to change element behavior according to the existence of attributes when the browser parses. 3. The basic usage is to directly add attributes, and the advanced usage can be dynamically controlled through JavaScript. 4. Common mistakes are mistakenly thinking that values ​​need to be set, and the correct writing method should be concise. 5. The best practice is to keep the code concise and use Boolean properties reasonably to optimize web page performance and user experience.

How can you validate your HTML code?How can you validate your HTML code?Apr 24, 2025 am 12:04 AM

HTML code can be cleaner with online validators, integrated tools and automated processes. 1) Use W3CMarkupValidationService to verify HTML code online. 2) Install and configure HTMLHint extension in VisualStudioCode for real-time verification. 3) Use HTMLTidy to automatically verify and clean HTML files in the construction process.

HTML vs. CSS and JavaScript: Comparing Web TechnologiesHTML vs. CSS and JavaScript: Comparing Web TechnologiesApr 23, 2025 am 12:05 AM

HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

HTML as a Markup Language: Its Function and PurposeHTML as a Markup Language: Its Function and PurposeApr 22, 2025 am 12:02 AM

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The Future of HTML, CSS, and JavaScript: Web Development TrendsThe Future of HTML, CSS, and JavaScript: Web Development TrendsApr 19, 2025 am 12:02 AM

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

HTML: The Structure, CSS: The Style, JavaScript: The BehaviorHTML: The Structure, CSS: The Style, JavaScript: The BehaviorApr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML: Evolution and Trends in Web DesignThe Future of HTML: Evolution and Trends in Web DesignApr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative OverviewHTML vs. CSS vs. JavaScript: A Comparative OverviewApr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor