HTML (Hypertext Markup Language) is the skeleton of a web page, whether it is a static web page or dynamic web page. After returning to the browser are HTML code. The browser then interprets and renders the HTML code and feeds it back to the user, so we need to master the basic structure of HTML, common tags and attributes.
Learning is a process of memorization and understanding, in the process of learning HTML can be used to break down the "view to assist learning. In the "design" view to see the effect, in the "code" view to learn the essence of the various views to play out the advantages of this method of cross-referenced learning to make up for the dead HTML tags and attributes of the boring.
Second, css learning
CSS is called Cascading Style Sheets, a style design language, it can do the web page performance and content separation, compared with HTML it can reuse HTML style, which largely improves the speed of development, but also reduces the cost of maintenance.
At the same time, CSS box model, relative layout, etc. can be realized on the web page of the position of the object layout pixel-level control.
Three, javascript learning
JavaScript is a widely used in the client side of the language, it provides us with a number of built-in functions, objects and DOM operations, which can help us to achieve some of the client-side interactions, such as: the effect of the validation and so on, to make the interface more vivid.
four, jquery learning
jQuery compatible with a variety of browsers, while now there are many jQuery-based plug-ins to choose from, so that we achieve some rich dynamic effects more convenient, greatly saving the development time and improve the speed of development.
Five, bootstrap learning
Bootstrap is used for front-end development toolkit , is a CSS/HTML framework, and supports responsive layout. In the project development process, we can use Bootstrap to provide CSS styles, components, JavaScript plug-ins and other rapid completion of the page layout and style settings, and then targeted fine-tuning of the style, so that development based on the framework greatly reduces the development cycle.
The front-end is the realization of the background and visual performance of the bridge is throughout the entire product development process of the link, play a role in the beginning and end, a good front-end engineers he was able to understand the requirements of the product manager on the user experience, but also a good understanding of the background engineers on the data logic, or program logic for the separation of the requirements, and will be transformed into a foreground of the requirements of the development work.