search
HomeWeb Front-endHTML TutorialWhat you need to learn to do front-end work

Students who want to learn front-end can take a look at the general front-end learning ideas and front-end things to pay attention to in code, as a front-endWhat are the things to learn. alright! Let’s take a look!

CSS can’t be programmed? Use Less, Sass, Stylus, or even use Absurd directly. There are many frameworks besides Bootstrap.
Is it troublesome to write too much JS? jQuery.
Mobile development? Zepto.js.
The structure is not good? Looking for a framework, Backbone.js is MVC, AngularJS and Ember.js are MVVM, and Twitter also has an event-driven framework called Flight.
If there are too many libraries, do we need to optimize the loading? RequireJS.

Is the code quality a problem? Jasmine, QUnit, and Mocha do unit testing.
Do all browsers need to be tested? Use Karma.
The test passed and the deployment is still having problems? Continuous integration using Travis CI.
User behavior also needs to be measured? Use Selenium. There is also Viff for style testing.
Think JS is troublesome enough? Use CoffeeScript.

Want to do animation? Canvas or SVG and CSS3 help to kill Flash.
Is SVG too difficult to draw? Use Snap.svg.
Want to develop a game? Use Canvas.
Is it too low to write your own FPS? Use a framework, CreateJS.
2D is too naive? three.js helps you develop 3D with WebGL,
is not powerful enough? asm.js lets you have Unreal Engine 3 in your browser.

All these things need to be configured and deployed. Trouble. Using Grunt, there are too many libraries? Using Bower to manage,
Do I need to create various file folders at the beginning of the project? Use Yeoman.
There are too many open source projects. Can you find them on GitHub? Learn Git.
By the way, I use Jekyll to host my blog, right? There is also Ruby...SASS is also written in Ruby. Wait, Sublime Text is written in Python. Do I need to write a plug-in? Learn it too.
Is debugging too difficult? Use Chrome developer tools, a bunch of APIs and functions.

Isn’t it effective just on a computer browser? Mobile development of HTML5, will it be useless if you leave the Internet? HTML5 offline application.
Not as good as a native application? Use PhoneGap.
Want to call native API? Develop Firefox OS apps. You also need to know how to use browser applications. Chrome and Firefox have their own documentation.
Then, should we dump the backend and do it ourselves? To install Node.js, you need to learn some server knowledge.
Want to use npm to manage node packages? You also need to learn Linux skills and shell skills.
Want to take advantage of both the front and back ends? Let’s look at the http protocol again.
Web proficient? node-webkit allows you to write desktop programs, keep learning.

Want to learnModulardevelopment? Have a look at CommonJS and AMD specifications.
Is there any deviation in understanding JS? Take a look at ECMA-262. I don’t know when the 6th edition will be released.
Browsers are different, not sure how to make them compatible? Take a look at the W3C standards.
Humans can understand HTML written in it, but machines can’t read it? Want SEO.
Want to support people with disabilities? See HTMLSemantic.
The plenary session was held but IE just doesn’t support it? The browser I can’t name is that I don’t even know what JS is? Progressive enhancement.
Want to handle all kinds of equipment at once? Responsive design.

Then the above are just some clever little techniques.
What does the company do? Get some industry information.
Products for the general public? Interactive Design.
The art is not good? UI design.
Outsourcing and consulting? Design patterns, reconstruction methods, algorithms, data structures.
Do you know software engineering? Learn about agile development, and maybe try TDD, ATDD, and BDD.

After reading so many things, my first reaction was to ask for Chinese documentation? Go learn English! As a programmer, whether it is front-end or back-end, English is very important~

Related recommendations:

Learning route for beginners to master the front-end

##Summary of the latest front-end written test questions

As a front-end development engineer, you must pay attention to three things Point performance indicators

The above is the detailed content of What you need to learn to do front-end work. For more information, please follow other related articles on the PHP Chinese website!

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 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment