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 dff8cea commit e60c0f6Copy full SHA for e60c0f6
myWork/02-HTML-Fundamentals/index.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <title>The Basic Language of the Web: HTML</title>
5
+ </head>
6
+
7
+ <body>
8
+ <h1>The Basic Language of the Web: HTML</h1>
9
+ </body>
10
+</html>
0 commit comments