@@ -73,7 +73,7 @@ For instance, consider this page source::
73
73
<input name="continue" type="submit" value="Login" />
74
74
</form>
75
75
</body>
76
- <html>
76
+ </ html>
77
77
78
78
The form element can be located like this::
79
79
@@ -99,7 +99,7 @@ For instance, consider this page source::
99
99
<input name="continue" type="button" value="Clear" />
100
100
</form>
101
101
</body>
102
- <html>
102
+ </ html>
103
103
104
104
The username & password elements can be located like this::
105
105
@@ -144,7 +144,7 @@ For instance, consider this page source::
144
144
<input name="continue" type="button" value="Clear" />
145
145
</form>
146
146
</body>
147
- <html>
147
+ </ html>
148
148
149
149
The form elements can be located like this::
150
150
@@ -220,7 +220,7 @@ For instance, consider this page source::
220
220
<a href="continue.html">Continue</a>
221
221
<a href="cancel.html">Cancel</a>
222
222
</body>
223
- <html>
223
+ </ html>
224
224
225
225
The continue.html link can be located like this::
226
226
@@ -242,7 +242,7 @@ For instance, consider this page source::
242
242
<h1>Welcome</h1>
243
243
<p>Site content goes here.</p>
244
244
</body>
245
- <html>
245
+ </ html>
246
246
247
247
The heading (h1) element can be located like this::
248
248
@@ -263,7 +263,7 @@ For instance, consider this page source::
263
263
<body>
264
264
<p class="content">Site content goes here.</p>
265
265
</body>
266
- <html>
266
+ </ html>
267
267
268
268
The "p" element can be located like this::
269
269
@@ -284,7 +284,7 @@ For instance, consider this page source::
284
284
<body>
285
285
<p class="content">Site content goes here.</p>
286
286
</body>
287
- <html>
287
+ </ html>
288
288
289
289
The "p" element can be located like this::
290
290
0 commit comments