forked from jonycse/pythonSampleCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bs_sample3.html
49 lines (47 loc) · 1.25 KB
/
bs_sample3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My sample page</title>
</head>
<body>
<p class="title">
<b>
The Dormouse's story
</b>
</p>
<p class="story">
Once upon a time there were three little sisters; and their names were
<a class="sister" href="http://example.com/elsie" id="link1">
Elsie
</a>
,
<a class="sister" href="http://example.com/lacie" id="link2">
Lacie
</a>
and
<a class="sister" href="http://example.com/tillie" id="link3">
Tillie
</a>
<a class="sisters" href="http://example.com/my_url_3" id="link4">
test data A
</a>
<a class="sister" href="http://example.com/my_url_1" id="link5">
test data B
</a>
<a class="sister" href="http://example.com/my_url_2" id="link6">
test data C
</a>
and they lived at the bottom of a well.
</p>
<p class="story">
all great sisters stories are goes here
<a href="http://example.com/great_story"></a>
</p>
<a href="http://example.com/great_story_not_inside_p"></a>
<p lang="en">Hello</p>
<p lang="en-us">Howdy, y'all</p>
<p lang="en-gb">Pip-pip, old fruit</p>
<p lang="fr">Bonjour mes amis</p>
</body>
</html>