-
Notifications
You must be signed in to change notification settings - Fork 0
/
HTMLPageDemo.html
41 lines (40 loc) · 1.68 KB
/
HTMLPageDemo.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="puppyStyle.css" media="all">
<title></title>
</head>
<body>
<h1><em>Pick a puppy!</em></h1>
<<<<<<< HEAD
<p>...or compromise with a CatDog!</p>
=======
<<<<<<< HEAD
<p>...or compromise with a CatDog!</p>
=======
<p>Put a bowtie on it!</p>
>>>>>>> 90b47c5eb92380d4a48b92e61e841fba1059d0bc
>>>>>>> branch2
<div class="container">
<table>
<tr>
<td><img src="http://www.unitedwaynorman.org/sites/unitedwaynorman.org/files/cutepuppy.jpg" /><input class="check" type=checkbox /></td>
<td><img src="https://31.media.tumblr.com/b2dd5587481e082a658b037a801927e2/tumblr_inline_nj4x05izNR1qef0j6.jpg" /><input class="check" type=checkbox /></td>
<td><img src="http://40.media.tumblr.com/tumblr_m6v0c86ZWq1r3k73wo1_1280.jpg" /><input class="check" type=checkbox /></td>
</tr>
<tr>
<td><img src="http://www.shenet.org/acadia/tredman/studentwebs2013/7a/cute%20puppy%20site/Cute_Puppy_Hat.jpg" /><input class="check" type=checkbox /></td>
<td><img src="http://global3.memecdn.com/derpy-puppy_o_760038.jpg"/><input class="check" type=checkbox /></td>
<td><img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQxR5CBoLAzLwG5y6DKpDrQV-EmCCGAI7ZTmZFhiaaGucNHWAn8" /><input class="check" type=checkbox /></td>
</tr>
</table>
<br />
<div>
<input type="submit" value="I choose you!"/>
</div>
<br />
<h2>Click <a href="http://www.buzzfeed.com/">here</a> for more pictures of cute.</h2>
</div>
</body>
</html>