The web is not software, but a global, dynamically interactive, cross-platform distributed graphical information system based on hypertext and HTTP; it is a network service built on the Internet. It provides a graphical, easy-to-access and intuitive interface for viewers to find and browse information on the Internet. The documents and hyperlinks organize the information nodes on the Internet into an interrelated network structure.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
The web is not software.
web (World Wide Web) is a global wide area network, also known as the World Wide Web. It is a global, dynamically interactive, cross-platform distributed graphical information based on hypertext and HTTP. system. It is a network service built on the Internet. It provides a graphical, easy-to-access and intuitive interface for viewers to find and browse information on the Internet. The documents and hyperlinks organize the information nodes on the Internet into an interactive system. Associative network structure.
Expression form
1.Hyper text
Hypertext is a user interface method used to display text and text Related content. Currently, hypertext generally exists in the form of electronic documents, in which text contains hypertext links that can be linked to other fields or documents, allowing direct switching from the current reading position to the text pointed to by the hypertext link.
There are many hypertext formats, the most commonly used ones are Hyper Text Markup Language (HTML) and Rich Text Format (RTF). The links on the web pages we browse every day are hypertext.
Hypertext link is a global information structure that links different parts of a document through keywords so that information can be searched interactively.
2. Hypermedia
Hypermedia is the abbreviation of super media. It is a combination of hypertext and multimedia in an information browsing environment. Not only can users jump from one text to another, but they can activate a sound, display a graphic, and even play an animation.
The Internet uses hypertext and hypermedia information organization methods to extend information links to the entire Internet. The Web is a hypertext information system, and one of the main concepts of the Web is hypertext links. It makes the text no longer fixed and linear like a book, but can jump from one position to another and get more information from it, and can also go to other topics. If you want to know the content of a certain topic, just click on the topic and you can jump to the document containing this topic. It's this multi-connectivity that calls it the Web.
3. Hypertext Transfer Protocol (HTTP, HyperText Transfer Protocol) is the most widely used network protocol on the Internet.
Features
Graphic
One of the important reasons why Web is very popular is that It has the capability to display colorful graphics and text simultaneously on one page. Before the Web, information on the Internet was only in text form. The Web can provide features that integrate graphics, audio, and video information.
Independent of platform
No matter what the user's system platform is, you can access the WWW through the Internet. Browsing the WWW has no restrictions on the system platform. We can access WWW from Windows platform, UNIX platform, Macintosh and other platforms. Access to the WWW is achieved through a software called a browser. Such as Mozilla's Firefox, Google's Chrome, Microsoft's Internet Explorer, etc.
Distributed
A large amount of graphics, audio and video information will occupy a considerable amount of disk space, and we cannot even predict the amount of information . For the Web, it is not necessary to put all the information together. The information can be placed on different sites. You only need to indicate this site in the browser. Physically, information on a site is not necessarily logically integrated. From the user's perspective, the information is integrated.
Dynamic
Since the information of each Web site contains the information of the site itself, the information provider can often perform modifications to the information on the site. renew. Such as the development status of a certain agreement, the company's advertising, etc. Generally, all information sites try their best to ensure the timeliness of information. Therefore, the information on the Web site is dynamic and frequently updated, which is guaranteed by the information provider.
Interactive
The interactivity of the Web is first reflected in its hyperlinks. The user's browsing order and the sites they visit are completely determined by him. up to you. In addition, dynamic information can be obtained from the server through FORM. Users can submit requests to the server by filling in the FORM, and the server can return corresponding information according to the user's request.
Web front-end and web back-end
What is web front-end?
The web front-end, also known as the "client", is about the visual aspects of the website that users can see and experience, that is, everything the user sees and displayed by the web browser, involving the user Everything to see, touch and experience. Such as graphical user interface (GUI) and command line, including design, navigation menu, text, colorful images, videos, gorgeous buttons, etc.
Web front-end development needs to be built using technologies such as Hypertext Markup Language (HTML), HTML5 (the latest version of HTML), JavaScript, and Cascading Style Sheets (CSS, CSS3).
Web front-end developers design and build user experience elements on a web page or application, including buttons, menus, pages, links, graphics, etc.
What is a web backend?
The web backend, also known as the "server side", is everything that users cannot view and interact with in the browser, such as databases and servers. Basically, everything that happens behind the scenes boils down to web backend development, which is the enabler of the web frontend experience.
The web backend is responsible for storing and organizing data and ensuring that everything on the web frontend works properly. The backend communicates with the frontend, sending and receiving information to be displayed as a web page.
The Web backend facilitates communication between the presentation layer and the business layer and plays a vital role in Web development; Web backend development requires the use of C/C/C#, Java, Ruby, Python, PHP, .Net and other languages.
People who usually work on the backend are called programmers or developers. Backend developers need to handle everything that doesn't involve generating a user interface, such as writing APIs, creating libraries, or adding utilities to everything a web designer creates.
The role of a back-end developer is highly collaborative compared to a web front-end designer. In a nutshell, backend web development is the combination of development and maintenance of the core functional logic of a software application, with backend developers writing the code to make sure everything works properly on the frontend.
Compared with Web front-end designers, back-end developers tend to spend more time calculating logic and implementing algorithms to ensure that the website runs properly; the Web back-end is the brain of a website.
(Learning video sharing: Getting started with web front-end)
The above is the detailed content of What software is web. For more information, please follow other related articles on the PHP Chinese website!

译者 | 李睿审校 | 孙淑娟Web Speech API是一种Web技术,允许用户将语音数据合并到应用程序中。它可以通过浏览器将语音转换为文本,反之亦然。Web Speech API于2012年由W3C社区引入。而在十年之后,这个API仍在开发中,这是因为浏览器兼容性有限。该API既支持短时输入片段,例如一个口头命令,也支持长时连续的输入。广泛的听写能力使它非常适合与Applause应用程序集成,而简短的输入很适合语言翻译。语音识别对可访问性产生了巨大的影响。残疾用户可以使用语音更轻松地浏览

docker部署javaweb系统1.在root目录下创建一个路径test/appmkdirtest&&cdtest&&mkdirapp&&cdapp2.将apache-tomcat-7.0.29.tar.gz及jdk-7u25-linux-x64.tar.gz拷贝到app目录下3.解压两个tar.gz文件tar-zxvfapache-tomcat-7.0.29.tar.gztar-zxvfjdk-7u25-linux-x64.tar.gz4.对解

web端指的是电脑端的网页版。在网页设计中我们称web为网页,它表现为三种形式,分别是超文本(hypertext)、超媒体(hypermedia)和超文本传输协议(HTTP)。

区别:1、前端指的是用户可见的界面,后端是指用户看不见的东西,考虑的是底层业务逻辑的实现,平台的稳定性与性能等。2、前端开发用到的技术包括html5、css3、js、jquery、Bootstrap、Node.js、Vue等;而后端开发用到的是java、php、Http协议等服务器技术。3、从应用范围来看,前端开发不仅被常人所知,且应用场景也要比后端广泛的太多太多。

web前端打包工具有:1、Webpack,是一个模块化管理工具和打包工具可以将不同模块的文件打包整合在一起,并且保证它们之间的引用正确,执行有序;2、Grunt,一个前端打包构建工具;3、Gulp,用代码方式来写打包脚本;4、Rollup,ES6模块化打包工具;5、Parcel,一款速度极快、零配置的web应用程序打包器;6、equireJS,是一个JS文件和模块加载器。

怎么解决高并发大流量问题?下面本篇文章就来给大家分享下高并发大流量web解决思路及方案,希望对大家有所帮助!

和它本身的轻便一样,Bottle库的使用也十分简单。相信在看到本文前,读者对python也已经有了简单的了解。那么究竟何种神秘的操作,才能用百行代码完成一个服务器的功能?让我们拭目以待。1. Bottle库安装1)使用pip安装2)下载Bottle文件https://github.com/bottlepy/bottle/blob/master/bottle.py2.“HelloWorld!”所谓万事功成先HelloWorld,从这个简单的示例中,了解Bottle的基本机制。先上代码:首先我们从b

web有前端,也有后端。web前端也被称为“客户端”,是关于用户可以看到和体验的网站的视觉方面,即用户所看到的一切Web浏览器展示的内容,涉及用户可以看到,触摸和体验的一切。web后端也称为“服务器端”,是用户在浏览器中无法查看和交互的所有内容,web后端负责存储和组织数据,并确保web前端的所有内容都能正常工作。web后端与前端通信,发送和接收信息以显示为网页。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
