1. Hypertext Markup Language
This is the simplest and most fundamental. You should be familiar with the most commonly used tags in html, especially div, formtable, ulli, p, span and font. Div is used for construction, and table can also be used for construction, but it is not agile. Basic tables are used to process data.
2. Semi-cast cast iron (Cast Semi-Steel)
The css mentioned here does not include css3. As usual, we see that a requirement of Web front-end development engineers will use css+html or css+div to stop interface construction, so we use css to assist html in construction and display, which we call "css style". Why css+div? As mentioned above, div is the primary tool for html construction, so div is the focus tool! Then css must be used with div. Css should be familiar with float, position, width, height, maximum and minimum values, and can use 100%, overflow, margin, padding, etc. These are all styles related to structure, so we must grasp them.
3.Java script language
Maybe the first two masters think it's ok, but they feel distressed when they see js. In fact, getting started with js is very simple, and you don't need to know many tools. You only need to get the dom, style or value of a web page according to an id or name, and then you will assign a value to the element tag of an id or name, or add data and chase html. This is a data-related control, and then the data logic determines that it is related to the bureau. It's just jumping, jumping and hiding. It is practical to connect all these with others. The code is not difficult at all. It is good to know these basic js and other direct Baidu. Then watch more and use more, and nothing will be a problem.
4.jquery
Jquery is a js plug-in that encapsulates js. The purpose is to make it easier to hold and write less code. Getting started with jquery is also very simple. Those are the same as js, only with jq code. Everything else is the same. Baidu is enough.
5. Understand and react
At present, these two frameworks need to be mastered by many companies, and they are really essential for people who want to enter the industry.
6. Front-end interview
Technical enthusiasm. I seldom use "questioning interview" when interviewing people. I won't deliberately ask a technical question for you to solve and then make the other person nervous. I mainly rely on guidance, which will lead to some technical topics, such as some hot topics, some technical hot spots and difficulties, and some new tools.
The above is the article that Bian Xiao shared for you today about what skills Xiao Bai needs to master if he wants to be a Web front-end engineer. I hope this article can be helpful to friends who are engaged in Web front-end work. Want to know more about Web front-end knowledge, remember to pay attention to official website of Beida Jade Bird Web Training. Finally, I wish my friends success in their work and become an excellent Web front-end engineer!