What does web mean in web front-end?

WBOY
Release: 2022-08-25 17:43:51
Original
10806 people have browsed it

In web front-end, web means World Wide Web, which is the general term for a series of technologies; in web design, web is called web page, which is now widely translated into technical fields such as network and Internet. Specifically, web refers to Files written using markup languages such as html, whether using dynamic scripting language to generate hypertext documents or written in static language, are collectively called web, and are expressed in the form of hypertext, hypermedia, hypertext transfer protocol, etc.

What does web mean in web front-end?

The operating environment of this tutorial: Windows 10 system, Dell G3 computer.

What does web mean in web front-end

In a broad sense, web refers to the World Wide Web, which is the general term for a series of technologies.

It was probably in the last century Around the 1990s, a person named Tim Berners-Lee hoped that documents could be shared between networked computers. In order to achieve this goal, they designed it like this:

requires a special format document : That is, in order to facilitate positioning of hypertext documents, each document or file must have an indentifier that can uniquely identify them: that is, when the uri transmits the document, it must follow a rule: that is, HTTP Hypertext Transfer Protocol, client (front-end) How to request the server (backend), how to respond, etc.

The World Wide Web was formed in this way. This is the web in a broad sense: a general term for a series of technologies

The specific web refers to the use of tags A file written in a language such as html is called a hypertext document (page). Whether it is generated using a dynamic scripting language or written in a static language, it is collectively referred to as web

Web, that is, Web front-end development , is the process of creating a front-end interface such as a Web page or app to present it to users. It uses HTML, CSS, JavaScript, and various derived technologies, frameworks, and solutions to realize user interface interaction of Internet products.

So what are the HTML, CSS, and JavaScript that must be learned to learn the Web? In simple terms, it can be understood like this:

1. HTML: HTML is called hypertext markup language. It is an iconic language. HTML5 is the specification for HTML, the core language in the Web.

2. CSS: It is a computer language used to express file styles such as HTML or XML. CSS3 is an upgraded version of CSS technology.

3. JavaScript: It is a lightweight, interpreted or just-in-time compiled high-level programming language with function priority. JavaScript is a prototype-based programming, multi-paradigm dynamic scripting language.

In web design, we call it web page. Now it is widely translated into technical fields such as network and Internet. It manifests in three forms, namely hypertext, hypermedia, hypertext transfer protocol (HTTP), etc.

Expand knowledge

The web front-end is divided into web designers, web artists, and web front-end development engineers. First of all, web designers are responsible for the architecture of web pages. , colors and the overall page code of the website. Web page art is only responsible for UI things, such as whether the website is beautiful. Web front-end development engineers are responsible for interaction design.

A good Web front-end development engineer must have both breadth and depth in the knowledge system, so it is difficult for many large companies to recruit ideal front-end development engineers even if they offer high salaries. So how to systematically learn practical web front-end technologies for enterprises? The focus now is not on explaining the technology, but more on explaining the skills. Technology is not black and white, there are only right and wrong, and skills are a matter of opinion.

The scripting technologies that the web front-end needs to master include JavaScript, DIV, CSS, the most popular page building technologies, ajax and jquery, and simple back-end programs. For the back-end, the languages available for development include asp, php, jsp, and .NET. The construction environments for these back-end development languages are different. Specifically, if you want to learn, it depends on whether you want to work on the front-end part or the back-end program part. Back-end development can be converted to software development if certain conditions are met. But you need to have a certain language foundation, similar to Java language. C# etc. The key is to look at your interests and hobbies.

【Related recommendations:javascript video tutorial,web front-end

The above is the detailed content of What does web mean in web front-end?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!