Are frontend and web frontend the same? What's the difference
What is the front end? It is a relative split. If there is a front end, there must be a back end. The front end is the interface that faces the user, and the back end is the supporting service behind the interface.
Generally speaking, the front end includes the web front end, as well as the front end of some desktop software. For example, the front-end of Qt uses the Qml description language as front-end development.
Web front-end usually requires proficiency in Html, Css, JavaScript.
HTML (HyperText Mark-up Language) is hypertext markup language or hypertext link markup.
Css (English full name: CascadingStyle Sheets) is a computer language used to represent document styles such as HTML (an application of Standard Common Markup Language) or XML (a subset of Standard Common Markup Language). CSS can not only modify web pages statically, but also dynamically format various elements of web pages with various scripting languages. CSS can perform pixel-level precise control over the layout of element positions in web pages, supports almost all font size styles, and has the ability to edit web page objects and model styles.
JavaScript (abbreviated as JS) is a high-level, multi-paradigm, interpreted programming language. It is a prototype-based, function-first language that supports object-oriented programming, imperative programming, and functional programming. It provides syntax for manipulating text, arrays, dates, and regular expressions, and does not support I/O (such as networking, storage, graphics, etc.), but can be supported by its hosting environment. It has been standardized by ECMA (European Computer Manufacturers Association) through ECMAScript. It is used by the vast majority of websites in the world and is also supported by the world’s major browsers.
Going a step further requires mastering a front-end framework like Vue.js. Master these, and you can become a junior front-end development engineer!
The above is the detailed content of “Is the front-end and web front-end the same? What is the difference?” If you want to know more about the web front-end content, please go to the programming learning network . Tutorials and information are shared daily.
Quickpon 極客幫-即刻解決各種程式設計問題