


I have been doing front-end work for nearly two years, and I would like to summarize the experience I learned at work.
First of all, follow my thinking. The action of a user opening a web page can be understood as involving the following two major items: browser and server.
Let me talk about the server side first, as shown in the picture
As you can see in the picture above, the action of accessing the page (client) is HTTP on the server side. Since we are getting things, it’s easy to say, (please ask for a more appropriate metaphor)
一: The speed must be fast. All the front-end can do is use CDN services.
2: It is light enough. There are many things that the front end can do, such as compressing images, compressing css js files, html css and using them efficiently (avoiding table tr td and .div ul li span div{} and other similar codes. ), json data interaction (many times lighter than xml txt).
Three: Few times, such as synthesizing images, css, js file integration, caching (cookie, just cache important things, because the cache is stored on the client in the form of files, if it is too large, it will affect the browser's ability to read the file The efficiency)
Let's take a look at the relationship between the browser and the client. The order is from top to bottom, and js is the overlord in the browser (because the browser cannot do other operations at the same time when executing javascript. The browser can continue to render the page only after the javascript is executed.),So css is placed at the head and js is placed at the bottom.
2: Repaint (redraw) Reflow (reflow) Redraw is when the appearance of an element is changed, but the layout (width and height) is not changed, such as changing the outline color, background color, etc. Reflow means that changes in the DOM affect the width and height of elements
. The browser will recalculate the width and height of the element, which will affect the layout of the page. This is also the reason for the inefficiency of reflow, such as changing the window size and changing the text size. Content changes, etc. The solution is to avoid reflow as much as possible. If it is difficult to avoid
, try to position the elements as fixed and absolute.
Three: css efficiency id>class>tag>Great class. This doesn’t require much explanation.
4: DOM operations. JS and DOM can be regarded as two islands. Every time JS operates on a DOM element, it has to pass through a bridge. The more operations it takes, the more times it has to cross the bridge, and the efficiency is low, so try to reduce the number of times. Moreover, modifying DOM elements
will cause redrawing and rearrangement. Looping DOM elements is an even greater sin.
5: The other thing is cookies. Everyone knows it.
After a summary, I found that optimization is just like this, but I always feel that my metaphor is not very appropriate. If you have a good metaphor, you must tell me so that everyone can learn and understand together. My QQ is 523463345
🎜>
>

HTMLtagsdefinethestructureofawebpage,whileattributesaddfunctionalityanddetails.1)Tagslike,,andoutlinethecontent'splacement.2)Attributessuchassrc,class,andstyleenhancetagsbyspecifyingimagesources,styling,andmore,improvingfunctionalityandappearance.

The future of HTML will develop in a more semantic, functional and modular direction. 1) Semanticization will make the tag describe the content more clearly, improving SEO and barrier-free access. 2) Functionalization will introduce new elements and attributes to meet user needs. 3) Modularity will support component development and improve code reusability.

HTMLattributesarecrucialinwebdevelopmentforcontrollingbehavior,appearance,andfunctionality.Theyenhanceinteractivity,accessibility,andSEO.Forexample,thesrcattributeintagsimpactsSEO,whileonclickintagsaddsinteractivity.Touseattributeseffectively:1)Usese

The alt attribute is an important part of the tag in HTML and is used to provide alternative text for images. 1. When the image cannot be loaded, the text in the alt attribute will be displayed to improve the user experience. 2. Screen readers use the alt attribute to help visually impaired users understand the content of the picture. 3. Search engines index text in the alt attribute to improve the SEO ranking of web pages.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML is used to build web page structure; 2. CSS is used to beautify the appearance of web pages; 3. JavaScript is used to achieve dynamic interaction. Through tags, styles and scripts, these three together build the core functions of modern web pages.

Setting the lang attributes of a tag is a key step in optimizing web accessibility and SEO. 1) Set the lang attribute in the tag, such as. 2) In multilingual content, set lang attributes for different language parts, such as. 3) Use language codes that comply with ISO639-1 standards, such as "en", "fr", "zh", etc. Correctly setting the lang attribute can improve the accessibility of web pages and search engine rankings.

HTMLattributesareessentialforenhancingwebelements'functionalityandappearance.Theyaddinformationtodefinebehavior,appearance,andinteraction,makingwebsitesinteractive,responsive,andvisuallyappealing.Attributeslikesrc,href,class,type,anddisabledtransform

TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Atom editor mac version download
The most popular open source editor

Dreamweaver CS6
Visual web development tools
