We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f73ec8 commit ed44feeCopy full SHA for ed44fee
README.md
@@ -12,9 +12,13 @@ This is the HTML template. Everything inside the `<head>` tag will later be repl
12
<!-- template.html -->
13
<!DOCTYPE html>
14
<html lang="en">
15
+ <!-- Everything enclosed within the <head> tag is inserted into the <head> tag,
16
+ in the document where the <template> tag is used. -->
17
<head>
18
<link rel="stylesheet" href="style.css">
19
</head>
20
+ <!-- Everything enclosed within the <body> tag is inserted at the location,
21
22
<body>
23
<p>Hello World!</p>
24
<p>This is amazing!</p>
0 commit comments