Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e47b00

Browse files
authored
fix the typo (baijum#96)
1 parent 40e213f commit 7e47b00

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/locating-elements.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For instance, consider this page source::
7373
<input name="continue" type="submit" value="Login" />
7474
</form>
7575
</body>
76-
<html>
76+
</html>
7777

7878
The form element can be located like this::
7979

@@ -99,7 +99,7 @@ For instance, consider this page source::
9999
<input name="continue" type="button" value="Clear" />
100100
</form>
101101
</body>
102-
<html>
102+
</html>
103103

104104
The username & password elements can be located like this::
105105

@@ -144,7 +144,7 @@ For instance, consider this page source::
144144
<input name="continue" type="button" value="Clear" />
145145
</form>
146146
</body>
147-
<html>
147+
</html>
148148

149149
The form elements can be located like this::
150150

@@ -220,7 +220,7 @@ For instance, consider this page source::
220220
<a href="continue.html">Continue</a>
221221
<a href="cancel.html">Cancel</a>
222222
</body>
223-
<html>
223+
</html>
224224

225225
The continue.html link can be located like this::
226226

@@ -242,7 +242,7 @@ For instance, consider this page source::
242242
<h1>Welcome</h1>
243243
<p>Site content goes here.</p>
244244
</body>
245-
<html>
245+
</html>
246246

247247
The heading (h1) element can be located like this::
248248

@@ -263,7 +263,7 @@ For instance, consider this page source::
263263
<body>
264264
<p class="content">Site content goes here.</p>
265265
</body>
266-
<html>
266+
</html>
267267

268268
The "p" element can be located like this::
269269

@@ -284,7 +284,7 @@ For instance, consider this page source::
284284
<body>
285285
<p class="content">Site content goes here.</p>
286286
</body>
287-
<html>
287+
</html>
288288

289289
The "p" element can be located like this::
290290

0 commit comments

Comments
 (0)