-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
63 lines (57 loc) · 1.7 KB
/
test.html
File metadata and controls
63 lines (57 loc) · 1.7 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<script type="text/javascript" src="src/draganddrop.js">
</script>
</head>
<body>
<div id='page-mod-chat-report'>
<h1>Questionari del cavall </h1>
<div class='generalbox'>
<h2>És l'enunciat del cavall</h2>
<table border=1>
<tr>
<td heigth=100>
<!--div id="DiVSumergir" style="height:70px;cursor:move;" draggable="true" ondragstart="drag(event)">sumergir los tallos en agua</div-->
<div id="enunciat1_0" draggable="true" ondragstart="drag(event)">Color</div>
</td>
</tr>
<tr>
<td>
<div>valerse de paciencia y esfuerzo</driv>
</td>
</tr>
</table>
<table border="1">
<tr border="1">
<td>Primer enunciat</td>
<td width=350>
<div id="DivDos" style="height:70px;" draggable="true" ondrop="drop(event)" ondragover="allowDrop(event)" ></div>
</td>
</tr>
<tr>
<td>Segon enunciat </td>
<td> </td>
</tr>
</table>
<!--p>Drag the W3Schools image into the rectangle:</p>
<div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
<br>
<img id="drag1" src="http://www.w3schools.com/html/img_logo.gif" draggable="true" ondragstart="drag(event)" width="336" height="69">
<table width=100%>
<tr>
<td>
<div align="left">
<input type='image' src='img/fletxaes.gif' />
</div>
</td>
<td>
<div align="right">
<input type='image' src='img/fletxadre.gif' />
</div>
</td>
</tr>
</table>
</div>
</div-->
</body>
</html>