File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
Typing Speed Test Website Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
- < meta charset ="UTF-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
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 > Document</ title >
9
+ < link rel ="stylesheet " href ="style.css "> </ head >
7
10
8
- < title > Document</ title >
9
- < link rel ="stylesheet " href ="style.css ">
10
- </ head >
11
11
< body >
12
- < div class ="mainDiv ">
13
- < div class ="centerDiv ">
14
- < h1 > Welcome To Typing Speed Test Website
12
+ < div class ="mainDiv ">
13
+ < div class ="centerDiv ">
14
+ < h1 > Welcome To Typing Speed Test Website
15
15
</ h1 >
16
- < h2 id ="msg "> </ h2 >
17
- < textarea name ="" id ="mywords " cols ="100 " rows ="10 " placeholder ="Click on the Start Button and Type Above Appearing Text as it is... "> </ textarea >
18
- < button id ="btn " class ="mainBtn "> Start</ button >
19
- </ div >
20
- </ div >
21
-
22
- < script src ="script.js "> </ script >
16
+ < h2 id ="msg "> </ h2 >
17
+ < textarea name ="" id ="mywords " cols ="100 " rows ="10 " placeholder ="Click on the Start Button and Type Above Appearing Text as it is... "> </ textarea >
18
+ < button id ="btn " class ="mainBtn "> Start</ button >
19
+ </ div >
20
+ </ div >
21
+ < script src ="script.js "> </ script >
23
22
</ body >
23
+
24
24
</ html >
25
25
26
+
You can’t perform that action at this time.
0 commit comments