Direct link to the article HTML elements, unite! The Voltron-like powers of combining elements.

HTML elements, unite! The Voltron-like powers of combining elements.

Guides, resources and discussions about Semantic HTML are often focused around specific elements, like a heading, or a sectioning element, or a list. It’s not often that we talk specifically about how we can combine HTML elements to increase their …

Avatar of Mandy Michael
Mandy Michael on (Updated on )

HTML Imports

Direct Link

Essentially a way to import a block of dependancies (scripts and styles) into an HTML document.

<link rel="import" href="imports.html">

It doesn’t actually just plop the content from the referenced file where you call it though, like an @import does in …

Avatar of Chris Coyier
Shared by Chris Coyier on (Updated on )