-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
HTML&CSSHTML&CSSHTML&CSS
Metadata
Metadata
Assignees
Labels
HTML&CSSHTML&CSSHTML&CSS
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
webVueBlog commentedon Mar 11, 2020
The href points to the location of the network resource and creates the current element (anchor) or document (link)
Between links for hyperlinks.
SRC is the location that points to an external resource, which will be embedded in the bit of the document where the current label is located
Buy; When a SRC resource is requested, the resource it points to is downloaded and applied to the document, such as a js script or img
Elements like images and frames.
When the browser parses the element, it suspends the downloading and processing of other resources until the resource is added
Load, compile, and execute, as do elements such as images and frames, similar to embedding the pointed resource into the current
Tags. This is why the js script is placed at the bottom instead of the head.