File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,10 @@ Keep your code terse. Forget about your old XHTML habits.
62
62
</head >
63
63
<body >
64
64
<h1 >Contact me</h1 >
65
- <input type =email placeholder =you@email.com required =required />
65
+ <label >
66
+ Email address:
67
+ <input type =email placeholder =you@email.com required =required />
68
+ </label >
66
69
<script src =main.js type =text/javascript ></script >
67
70
</body >
68
71
</html >
@@ -75,7 +78,10 @@ Keep your code terse. Forget about your old XHTML habits.
75
78
<link rel =stylesheet href =style.css >
76
79
77
80
<h1 >Contact me</h1 >
78
- <input type =email placeholder =you@email.com required >
81
+ <label >
82
+ Email address:
83
+ <input type =email placeholder =you@email.com required >
84
+ </label >
79
85
<script src =main.js ></script >
80
86
</html >
81
87
```
You can’t perform that action at this time.
0 commit comments