<link rel="import" href="/folder/page.html">
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>What are HTML imports and how do they work</title> <link rel="import" href="/intro.html"> </head> <body> <h1>Hello from Designmodo</h1> </body> </html>
<div id="intro-dm"> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>What are HTML imports and how do they work</title> <link rel="import" href="/intro.html"> </head> <body> <h1>Hello from Designmodo</h1> <script> var link = document.querySelector('link[rel=import]'); var content = link.import.querySelector('#intro-dm'); document.body.appendChild(content.cloneNode(true)); </script> </body> </html>
. , scoped , , . , scoped HTML-.
h1 , index.html. HTML . , head . scoped, h1 .
<div id="intro-dm"> <style scoped> h1{ color: red; } p{ color: blue; } </style> <h1>About us<h1> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>
scoped, , W3C .
Bootstrap
Bootstrap , , bootstrap.css, boostrap.js . , jQuery; Bootstrap . . Bootstrap , . , . HTML , . , - .
HTML , HTML, CSS JavaScript, . , , . HTML- , HTML . - , . — !
. , scoped , , . , scoped HTML-.
h1 , index.html. HTML . , head . scoped, h1 .
<div id="intro-dm"> <style scoped> h1{ color: red; } p{ color: blue; } </style> <h1>About us<h1> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>

scoped, , W3C .
Bootstrap
Bootstrap , , bootstrap.css, boostrap.js . , jQuery; Bootstrap . . Bootstrap , . , . HTML , . , - .
HTML , HTML, CSS JavaScript, . , , . HTML- , HTML . - , . — !
. , scoped , , . , scoped HTML-.
h1 , index.html. HTML . , head . scoped, h1 .
<div id="intro-dm"> <style scoped> h1{ color: red; } p{ color: blue; } </style> <h1>About us<h1> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>

scoped, , W3C .
Bootstrap
Bootstrap , , bootstrap.css, boostrap.js . , jQuery; Bootstrap . . Bootstrap , . , . HTML , . , - .
HTML , HTML, CSS JavaScript, . , , . HTML- , HTML . - , . — !
. , scoped , , . , scoped HTML-.
h1 , index.html. HTML . , head . scoped, h1 .
<div id="intro-dm"> <style scoped> h1{ color: red; } p{ color: blue; } </style> <h1>About us<h1> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>

scoped, , W3C .
Bootstrap
Bootstrap , , bootstrap.css, boostrap.js . , jQuery; Bootstrap . . Bootstrap , . , . HTML , . , - .
HTML , HTML, CSS JavaScript, . , , . HTML- , HTML . - , . — !
. , scoped , , . , scoped HTML-.
h1 , index.html. HTML . , head . scoped, h1 .
<div id="intro-dm"> <style scoped> h1{ color: red; } p{ color: blue; } </style> <h1>About us<h1> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>

scoped, , W3C .
Bootstrap
Bootstrap , , bootstrap.css, boostrap.js . , jQuery; Bootstrap . . Bootstrap , . , . HTML , . , - .
HTML , HTML, CSS JavaScript, . , , . HTML- , HTML . - , . — !
. , scoped , , . , scoped HTML-.
h1 , index.html. HTML . , head . scoped, h1 .
<div id="intro-dm"> <style scoped> h1{ color: red; } p{ color: blue; } </style> <h1>About us<h1> <h2>We're an awesome blog about web design</h2> <p>Designmodo is a great resource of informative material for designers and web developers. We are makers of highly-rated User Interface Packs, you can get acquainted with Designmodo shop here, and you can download a couple of other ui packs for free.</p> </div>

scoped, , W3C .
Bootstrap
Bootstrap , , bootstrap.css, boostrap.js . , jQuery; Bootstrap . . Bootstrap , . , . HTML , . , - .
HTML , HTML, CSS JavaScript, . , , . HTML- , HTML . - , . — !
Source: https://habr.com/ru/post/230751/
All Articles