Summary of front-end basic knowledge (perfect ing)

Summary of front-end basic knowledge

In the process of learning front-end knowledge, I summarized the basic knowledge (HTML / CSS / JavaScript / development environment / runtime environment, etc.) that I learned.
Now share it here~ Welcome everyone to correct and share~~

*Page Layout

Two-column layout 1 , two-column layout 2 , two-column layout 3 , two-column layout 4
three-column layout 1 , three-column layout 2
page layout summary
HTML5 new features

*CSS box model

CSS box model, BFC
CSS3 new features

*Javascript

Prototype and prototype chain
Object-oriented (class and instance, class and inheritance)
scope and closure
JS operating mechanism (asynchronous single thread)
date Math array API object API
DOM
BOM
DOM events, events
ES6 new features
HTTP protocol
communication, AJAX
storage

*Operating environment

Rendering mechanism, page loading
performance optimization

Insert picture description here
Insert picture description here
Insert picture description here

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_37877794/article/details/114214209