forked from proballstar/Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
42 lines (38 loc) · 711 Bytes
/
blog.html
File metadata and controls
42 lines (38 loc) · 711 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<style>
img{
width: 500px;
height: 300px;
}
</style>
<input>
<p></p>
</table>
<table>
<tr>
<td>User</td>
<td>Location</td>
<td>Email</td>
<td>Image</td>
</tr>
<tr>
<td>{{user}}</td>
<td> {{location}}</td>
<td>{{email}}</td>
<td><img id = "bob" src="{{image}}"></img></td>
</tr>
</table>
<button>Found </button>
Found:<input type="checkbox" onclick="as("></input>
<script type="text/javascript">
function as{
document.getElementbyId("bob").innerHTML
}
</script>
</body>
</html>