Ejemplo1
Browse files- winospan.html +17 -0
winospan.html
CHANGED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<html>
|
2 |
+
<head>
|
3 |
+
<meta>
|
4 |
+
</head>
|
5 |
+
<body>
|
6 |
+
<ol>
|
7 |
+
<li>
|
8 |
+
<p>
|
9 |
+
<text>El trofeo no cabe en el maletín porque es muy [grande/pequeño]</text>
|
10 |
+
<question>¿Que es muy [grande/pequeño]?</question>
|
11 |
+
<br>
|
12 |
+
<answer><b>Respuesta:</b>El maletín/El trofeo.</answer>
|
13 |
+
</p>
|
14 |
+
</li>
|
15 |
+
</ol>
|
16 |
+
</body>
|
17 |
+
</html>
|