Let’s continue by taking a look at the <link> tag. This important tag is used to connect external files, documents, and resources such as HTML5 icons, or favicons (these are used in the browser tabs), to your HTML5 documents and applications. This tag is also found at the HEAD document definition and configuration level, just like the tags covered in the previous chapters.
In this chapter, I also go over the markup (coding) format and syntax for HTML5 document-level <link> tags, including all of the various parameters. We’ll look at how to define your external ...