Front-end learning route (1)

Since graduation, many people don't know what to do, and they don't have a plan or direction. Maybe you think the front-end is relatively simple, and then you want to work in this industry. After all, the salary level in this industry is still ok.
Next are some suggestions and learning routes for beginners. Compared with the back-end, the front-end is better to get started.
As we all know, the three basics of the front-end, html\css\js, the front-end framework, and the functions implemented are all based on sub-implementation.
This article mainly describes the basics of the front-end. Some tools and frameworks will be covered in subsequent articles.

1. HTML (video+document+project)

HTML stands for Hypertext Markup Language, which is a markup language. Similar to div, p, li tags and so on.

2. CSS (video+document+project)

Cascading Style Sheets (English full name: Cascading Style Sheets) is a computer language used to express HTML, which is used to modify pages and layouts.

3. JS (video+document+project)

JavaScript ("JS" for short) is a lightweight, interpreted or just-in-time compiled programming language with function first.
For the video, I suggest you go to Mukenet. For the document, I recommend the rookie tutorial and w3c. For the project, you can go to the Baidu Front-end Technical Institute.
The above are some official descriptions. According to my understanding, HTML is a skeleton, CSS makes the framework beautiful, and js gives dynamic and soul. For example, a person puts on his clothes and goes for a walk. People are html, clothes are css, js is walking.

4. Project

It has been more than half a year since I graduated to work. Personally, I think the fastest improvement is the actual project. In the actual business needs of the company, you can understand and apply the front-end knowledge you have learned more quickly.
The framework used in the project, whether it is JQuery or Vue, or Bootstrap, whether it is a new framework or an old framework, as long as you learn the basics well, you can do everything with ease.

Let’s talk about a little bit of personal experience. Don’t do a front-end that only uses the framework. We have to be framework builders to understand its implementation principles and mechanisms. Boys, start from the basics and move on step by step!

Guess you like

Origin blog.csdn.net/forget_fly/article/details/114241078