knolaust / html_includes

Include HTML within HTML using JavaScript and custom tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include HTML within HTML using JavaScript

To import an HTML file, you will use a custom tag with a src attribute that points to the source HTML.

Simple example:

<inc src="file.html"></inc>

About

Include HTML within HTML using JavaScript and custom tag


Languages

Language:JavaScript 100.0%