Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index .html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h2 id="enlaces">Enlaces</h2>
<hr />
<h2 id="elementos-interactivos">Elementos interactivos</h2>

<details open="yes">
<details open>
<summary>
<b>Listado</b>
</summary>
Expand All @@ -189,8 +189,7 @@ <h2 id="audio-video">Audio y video</h2>
>

</audio><br /><br />
<video height="auto" width="200" preload poster="IMG-20260808-WA0003.jpg" controls autoplay>
<source src="Twilight.mp4" type="" media="" />
<video src="Twilight.mp4" height="auto" width="200" preload poster="IMG-20260808-WA0003.jpg" controls autoplay >
</video><br /><br />
<iframe src="notas-marge.md" frameborder="1" width="250"height="auto"></iframe><br />
<a href="#inicio">Ir a inicio</a><br />
Expand Down Expand Up @@ -264,13 +263,14 @@ <h4>Seleccione el lenguaje de programación</h4>
<input type="radio" name="lenguaje" checked id="java" value="java" />
<label for="python">python</label>

<input type="radio" name="lenguaje" id="python" value="python" />


<br><br>
<input type="radio" name="lenguaje" id="python" value="python" /><br><br>
<h4>Actividades de preferencia</h4>
<label >Deportes <input type="checkbox" name="deportes"value="deportes"checked></label><br><br>
<label >Lectura <input type="checkbox" name="lectura"value="lectura"></label><br><br>
<label >Juegos <input type="checkbox" name="juegos"value="juegos"></label><br><br>
<input type="submit" name="" id="" value="enviar" /><br>
<input type="reset" name="" id="" value="cancelar" /><br>

<br>
</form>
<script type="text/javascript" src='prog.js'>

Expand Down
Loading