What is web front-end and web page
Web front-end is the web page displayed to users, that is, the front-end part of the website. It is about the visual aspect of the website that users can see and experience, that is, everything the user sees and displayed by the web browser. Touch everything that users can see, touch and experience. A web page is a plain text file containing HTML tags. It can be stored on a computer in a corner of the world. It is a page in the World Wide Web and is in Hypertext Markup Language format. Web pages usually use image files to provide pictures. Web pages To be read via a web browser.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
What is the web front-end
The web front-end is the web page displayed to the user, that is, the front-end part of the website.
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 what the web browser displays, involving what the user can see , everything you touch and experience; that is, the web front-end includes the structure of the web page, the visual appearance of the web, and the implementation of interaction at the web level.
The web front-end evolved from web page production, and its name has obvious characteristics of the times. In the evolution of the Internet, web page production is a product of the Web 1.0 era. The main content of early websites was static, mainly pictures and text, and users' behavior when using the website was mainly browsing. With the development of Internet technology and the application of HTML5 and CSS3, modern web pages are more beautiful, have significant interactive effects, and are more powerful.
The web front-end is mainly aimed at coding and building visible things, that is, the interface for users to interact with, concentrated in a web application or website. It also includes the development of mobile applications and the people responsible for creating the layout or architecture of these types of applications are front-end developers.
The web is the Global Wide Area Network, also known as the World Wide Web. It is 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 interconnected system. network structure.
The challenge with front-end web programming is that the tools and technologies used to implement front-end pages change rapidly, so engineers need to constantly pay attention to how the industry is developing (such as ECMAScript 6).
The purpose of designing web pages is to ensure that when users open the site, the information is presented in an easy-to-read and relevant form. The problem that comes with this is that users now use a large number of devices to access the web, and these devices have different screen sizes and resolutions.
So designers need to pay attention to these aspects when designing web pages. They need to ensure that their web pages display correctly in different browsers, different operating systems, and different devices, which requires careful planning on the engineer's end.
Technologies required for web front-end development:
Proficient in front-end development technology (HTML5, JS, JSON, XHTML, CSS3), understand Relevant standards for various technologies
Master Ajax asynchronous programming and be able to write high-performance, reusable front-end components;
For OO , MVC, MVVM and other programming ideas, have a deep understanding of front-end frameworks, and be proficient in a front-end framework (common front-end frameworks Vuejs, AngularJS, React, Bootstrap, QUICK UI, mobile terminals include: Frozen UI, weUI, SUI, MUI, AUI), Understand its principles (there are many frameworks, choose two or three mainstream frameworks, be proficient and have an in-depth understanding);
is good at Web performance optimization, accessibility, and has a good understanding of SEO experience; understand the concept of separation of presentation layer and data layer, and Web semantics (these are also very useful bonus points when looking for a job);
Understand the front-end security mechanism and be familiar with it HTTP protocol and browser caching strategy;
Familiar with common JS development framework source code implementation, (such as: prototype, jQuery, Mootools, Ext, Dojo, underscore, YUI, Kissy), at least proficient A sort of.
Have a clear understanding of common browser compatibility issues and have reliable solutions; such as IE6/7/8/9, Firefox, Safari, Chrome;
Have high aesthetics
In addition, there is continuous learning
What is a webpage
A webpage is the basic element that constitutes a website and is a platform that hosts various website applications. In layman's terms, your website is composed of web pages. If you only have a domain name and a virtual host without making any web pages, your customers will still not be able to access your website.
A webpage is a plain text file containing HTML tags. It can be stored on a computer in a corner of the world. It is a "page" in the World Wide Web and is a hypertext markup language format (standard universal An application of markup language, with the file extension .html or .htm). Web pages usually use image files to provide images. Web pages are to be read through a web browser.
Webpage composition
Text and pictures are the two most basic elements that make up a webpage. You can simply understand it as: text is the content of the web page. Pictures are the beauty of a web page. In addition, elements of web pages also include animation, music, programs, etc.
Right-click the mouse on the web page and select "View Source File" in the menu to see the actual content of the web page through Notepad. You can see that the web page is actually just a plain text file. It uses various tags to describe text, pictures, tables, sounds and other elements on the page (such as fonts, colors, sizes), and the browser interprets these tags and generates the page, so you get what you have now the picture seen. Why can't I see any pictures in the source file? What is stored in the web page file is only the link location of the image, while the image file and the web page file are stored independently of each other, and may not even be on the same computer.
Web pages usually have the following elements:
Text data image files Applet (subprogram executed within the page) The composite of hyperlinked web pages is a website, and the starting point of a website is the home page.
(Learning video sharing: Getting started with web front-end)
The above is the detailed content of What is web front-end and web page. For more information, please follow other related articles on the PHP Chinese website!

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to send web pages to the desktop as a shortcut in Edge browser? Many of our users want to display frequently used web pages on the desktop as shortcuts for the convenience of directly opening access pages, but they don’t know how to do it. In response to this problem, the editor of this issue will share the solution with the majority of users. , let’s take a look at the content shared in today’s software tutorial. The shortcut method of sending web pages to the desktop in Edge browser: 1. Open the software and click the "..." button on the page. 2. Select "Install this site as an application" in "Application" from the drop-down menu option. 3. Finally, click it in the pop-up window

The browser cannot open the web page but the network is normal. There are many possible reasons. When this problem occurs, we need to investigate step by step to determine the specific cause and solve the problem. First, determine whether the webpage cannot be opened is limited to a specific browser or whether all browsers cannot open the webpage. If only one browser cannot open the web page, you can try to use other browsers, such as Google Chrome, Firefox, etc., for testing. If other browsers are able to open the page correctly, the problem is most likely with that specific browser, possibly

To set the automatic refresh of a web page, you can use the HTML "meta" tag, the JavaScript "setTimeout" function, the "setInterval" function or the HTTP "Refresh" header. Detailed introduction: 1. Use the "meta" tag of HTML. In the "<head>" tag of the HTML document, you can use the "meta" tag to set the automatic refresh of the web page; 2. The "setTimeout" function of JavaScript, etc.

Some netizens found that when they opened the browser web page, the pictures on the web page could not be loaded for a long time. What happened? I checked that the network is normal, so where is the problem? The editor below will introduce to you six solutions to the problem that web page images cannot be loaded. Web page images cannot be loaded: 1. Internet speed problem The web page cannot display images. It may be because the computer's Internet speed is relatively slow and there are more softwares opened on the computer. And the images we access are relatively large, which may be due to loading timeout. As a result, the picture cannot be displayed. You can turn off the software that consumes more network speed. You can go to the task manager to check. 2. Too many visitors. If the webpage cannot display pictures, it may be because the webpages we visited were visited at the same time.

How to solve the problem of web pages not opening With the rapid development of the Internet, people increasingly rely on the Internet to obtain information, communicate and entertain. However, sometimes we encounter the problem that the web page cannot be opened, which brings us a lot of trouble. This article will introduce you to some common methods to help solve the problem of web pages not opening. First, we need to determine why the web page cannot be opened. Possible reasons include network problems, server problems, browser settings problems, etc. Here are some solutions: Check network connection: First, we need

Executing PHP code in a web page requires ensuring that the web server supports PHP and is properly configured. PHP can be opened in three ways: * **Server environment:** Place the PHP file in the server root directory and access it through the browser. * **Integrated Development Environment: **Place PHP files in the specified web root directory and access them through the browser. * **Remote Server:** Access PHP files hosted on a remote server via the URL address provided by the server.

How to use JavaScript to show and hide the fixed navigation bar at the bottom of the web page? In web design, a fixed navigation bar is a common design element that can provide users with quick navigation functions to access the website. When the user scrolls the page, the navigation bar can be fixed at the bottom of the page to provide continuous navigation services. This article will introduce how to use JavaScript to achieve this effect and provide specific code examples. To realize the display and hiding effect of the fixed navigation bar at the bottom of the web page, it can be divided into the following steps: Step

How does JavaScript implement the automatic carousel function of web pages? With the popularity of the Internet, the design and display methods of web pages are becoming more and more diverse. Among them, the automatic web page carousel function has become one of the common elements in many websites and applications. This article will introduce how to use JavaScript to implement the automatic carousel function of web pages and provide specific code examples. 1. HTML structure Before implementing the automatic carousel function, you first need to determine the HTML structure of the web page. Generally speaking, automatic carousel functions often use pictures or other content
