Puedes usar el elemento link para llevarlo a cabo.
Es insertada con el elemento link.
El siguiente ejemplo provee información acerca del documento, mediante el uso del elemento link con diferentes tipos de vínculos.
The following example povides information about the document using the link element with different link types.
El documento que contiene el elemento link está visible, es decir, se carga en la pestaña en primer plano y no se minimiza.
The document containing the link element is visible; that is, it is loaded in the foreground tab and is not minimized.
El elemento link incluye los atributos obligatorios rel y href y, opcionalmente, puede complementarse con los atributos type y media.
The link element contains the obligatory attributes rel and href and can be optionally supplemented with the attributes type and media.
Podríamos haber usado el atributo media del elemento link para restringir qué dispositivos podrían hacer uso de esta hoja de estilos, pero los navegadores de móviles a veces interpretan este atributo de diferentes maneras.
We could make use of the media attribute that the link element has to restrict the devices that would make use of the stylesheet, but mobile browsers can interpret this attribute in different ways.
Asimismo, en el elemento link se establecen las relaciones lógicas entre los documentos de un proyecto web, definiendo páginas alternativas, variantes de idioma, el URL principal (canónico) de la página, etc.
In addition, the link element defines the logical relationships between the documents of a web project to define alternative pages, language variants or the primary (canonical) URL of the page.
En caso de ser usado, el elemento link DEBE cuadrar la forma apropiada de manera exacta (incluyendo el espacio en blanco antes de la barra diagonal (slash), por ejemplo).
If used, the link element MUST match the appropriate form exactly (including the whitespace before the slash, for instance).
Cuando se usa el elemento link para realizar una carga previa de una página web, IE11 carga y representa la página en el fondo.
When you use the link element to preload a webpage, IE11 loads and renders the page in the background.
En cierto sentido, ya ha hecho esto en el artículo El elemento <head> del HTML, cuando aplicó una hoja de estilos a un documento para darle un aspecto diferente mediante el elemento link
In a sense, you've already done this in The HTML <head> element article, when you applied a style sheet to a document to give it a different look and feel with the link element
Las páginas NO DEBEN incluir más de uno de tales elementos, y NO DEBEN incluir ninguna cadena que cuadre el patrón descrito más abajo, a no ser que se trate del elemento link concreto.
Pages MUST NOT include more than one such element, and MUST NOT include such a string matching the pattern described below unless it is intended to be the link element.
Las tres hojas de estilo también podrían ser combinadas mediante el elemento LINK.
The three style sheets could also be combined via the LINK element.
Así, si desea dar a sus usuarios la oportunidad de descargar el archivo fuente H. de sus vídeos, puede utilizar la Media API para recuperar la ubicación de dicho archivo y a continuación asignarla como url de un elemento Link.
For instance, if you wanted to give your users an option to download the H. source file of your videos, you could use the Media API to retrieve the location of that file, and then assign it as the url of a Link element.