Skip to content

Commit 2dcccf3

Browse files
Add files via upload
1 parent 43749cb commit 2dcccf3

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

start.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
88
/>
99
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
10-
<title>HTML Lesson</title>
10+
<meta property="og:description" content="creating an html blog page">
11+
<meta property="og:author" content="Promise Akhonowe">
12+
<meta property="og:image" content="C:\Users\SAMSONG PC\Desktop\ETHAN\Head\favicon.ico" />
13+
<title>HTML lesson</title>
1114
</head>
12-
<body>
13-
<button disabled>click me</button><br>
14-
<label for="range">Range(between 0 and 100):</label>
15-
<input type="range" id="Range" name="Range" min="0" max="100"><br>
16-
<label for="attribute">Attribute</label>
17-
<input type="checkbox" name="Attribute" value="Attribute" checked><br>
18-
<label for="Date">Date</label>
19-
<input type="date" name="Date" value="Date"><br>
20-
</body>
15+
<body></body>
2116
</html>

0 commit comments

Comments
 (0)