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 10de6bc commit f52bd5eCopy full SHA for f52bd5e
starter/01-TEST/index.html
@@ -0,0 +1,16 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <title>My first webpage</title>
9
+</head>
10
11
+<body>
12
+ <h1>Hello, world!</h1>
13
+ <p>My name is Milton, and this is my very first webpage :D</p>
14
+</body>
15
16
+</html>
starter/02-HTML-Fundamentals/index.html
@@ -0,0 +1,12 @@
+<html>
+ <title>The Basic Language of the Web: HTML</title>
+ <h1>The Basic Language of the Web: HTML</h1>
0 commit comments