The preload value of the <link> element’s rel attribute lets you declare fetch requests in the HTML’s <head> , specifying resources that your page will need very soon, which you want to start loading early in the page lifecycle, before browsers’ main rendering. Following are different content types can be preloaded. The possible as attribute … Read More “HTML: Link rel – Preload” »
Category: HTML
HTML
HTML
HTML | <a> rel Attribute The “rel” attribute specifies the relationship between the current document and the linked document/content. Only used if the “href” attribute is present. Syntax: <a rel=”value”> Search engines may also use the information in the “rel” attribute to determine how to index or display the page. Value Description alternate … Read More “HTML: Attributes of rel” »