Skip to content

Commit

Permalink
se realizaron ajustes en pMykoda.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMykoda committed Feb 18, 2022
1 parent b359dfb commit 6c30c6f
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions html/pMykoda.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,9 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</HEAD>
<BODY LANG="es-ES" class="container text-center">
<H1>
<IMG ID="imagen5" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
</H1>
<!--
<H1 ID="titulo5">Mi primera página HTML</H1>
<P>
<BR><BR>
</P>
-->
<div class="row text-center">
<div class="col-md-6">
<span>&larr;</span><A HREF="pagina4.html">Mi cuarta página HTML</A>
</div>
<div class="col-md-6">
<A ID="enlace5" HREF="pagina2.html">Mi segunda página HTML</A><span>&rarr;</span>
</div>
</div>
<P></P>
<h1 id="titulo" textContent="requerido">
</h1>
<img ID="imagen" src="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR></img>
<a ID="enlace" HREF="pagina2.html" textContent="requerido">Mi segunda página HTML</a>
</BODY>
</HTML>

0 comments on commit 6c30c6f

Please sign in to comment.