-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestingdoc.html
51 lines (49 loc) · 1.5 KB
/
testingdoc.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
50
51
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h2 id="title">
This is the name of this HTML page!
</h2>
<p class="info">
Random information that does not have any intrinsic value.
</p>
<p id="challenge">
<!-- Just for iteration testing. I just used a lorem ipsum generator for column 4 -->
<table>
<tr>
<th>Name</th>
<th>Random Numbers</th>
<th>Random Word</th>
<th>Random Opinion</th>
</tr>
<tr>
<td>Anthony</td>
<td>38129</td>
<td>Message</td>
<td>Thinks coding is fun.</td>
</tr>
<tr>
<td>Gene</td>
<td>64237</td>
<td>Credit</td>
<td>Does not like cupidatat.</td>
</tr>
<tr>
<td>Shreeniket</td>
<td>46421</td>
<td>Canvas</td>
<td>Deserunt is their favorite.</td>
</tr>
<tr>
<td>Ashly</td>
<td>51256</td>
<td>Dash</td>
<td>Appreciates pulvinar more than adipiscing.</td>
</tr>
</table>
</p>
</body>
</html>