We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit a2fe544Copy full SHA for a2fe544
1/body-head-title.html
@@ -0,0 +1,9 @@
1
+<html>
2
+ <head>
3
+ <title>This is the Title of the Page</title>
4
+ </head>
5
+ <body>
6
+ <h1>This is the Body of the Page</h1>
7
+ <p>Anything written the body of a web page is displayed in the main browser window.</p>
8
+ </body>
9
+</html>
0 commit comments