Skip to content

Commit ed44fee

Browse files
authored
Update README.md
1 parent 6f73ec8 commit ed44fee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ This is the HTML template. Everything inside the `<head>` tag will later be repl
1212
<!-- template.html -->
1313
<!DOCTYPE html>
1414
<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. -->
1517
<head>
1618
<link rel="stylesheet" href="style.css">
1719
</head>
20+
<!-- Everything enclosed within the <body> tag is inserted at the location,
21+
in the document where the <template> tag is used. -->
1822
<body>
1923
<p>Hello World!</p>
2024
<p>This is amazing!</p>

0 commit comments

Comments
 (0)