You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,48 @@
2
2
3
3
Create an HTML template and include it everywhere on your website using the `<template>` tag.
4
4
5
-
## HTML
5
+
## Template
6
6
7
-
This is the main HTML page where we want to use the `<template>` tag. Use the `src` attribute to specify the source path for the HTML template file.
7
+
This is the HTML template. Everything inside the `<head>` tag will later be replaced into the `<head>` tag of the actual page. The same is applied to the `<body>` tag.
This is the HTML template. Everything inside the `<head>` tag will later be replaced into the `<head>` tag of the actual page. The same is applied to the `<body>` tag.
24
+
## HTML
29
25
30
-
`<script>`tags are **not** executed!
26
+
This is the main HTML page where we want to use the `<template>`tag. Use the `src` attribute to specify the source path for the HTML template file.
0 commit comments