Skip to content

Commit

Permalink
Update #titulo4, #imagen4, of file html/pagina4.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erracep committed Oct 11, 2024
1 parent 96057d9 commit c001ff0
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions html/pagina4.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
<TITLE>Mi primera página</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
<META NAME="AUTHOR" CONTENT="Gloria Cort&eacute;s">
<META NAME="CREATED" CONTENT="20020903;6090096">
<META NAME="CHANGEDBY" CONTENT="Gloria Cort&eacute;s">
<META NAME="CHANGED" CONTENT="20020903;6133657">
<!DOCTYPE html><html><head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title>Mi primera página</title>
<meta name="GENERATOR" content="OpenOffice.org 1.0 (Win32)">
<meta name="AUTHOR" content="Gloria Cortés">
<meta name="CREATED" content="20020903;6090096">
<meta name="CHANGEDBY" content="Gloria Cortés">
<meta name="CHANGED" content="20020903;6133657">
<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="imagen4" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
</H1>
<H1 ID="titulo4">Mi primera página HTML</H1>
<P>
<BR><BR>
</P>
</head>
<body lang="es-ES" class="container text-center">
<h1>
<img id="imagen4" src="../imagenes/BD4.gif" name="Imagen1" align="CENTER" width="700" height="50"><br clear="LEFT"><br><br>
</h1>
<h1 id="titulo4">Mi cuarta página HTML</h1>
<p>
<br><br>
</p>
<div class="row text-center">
<div class="col-md-6">
<span>&larr;</span><A HREF="pagina3.html">Mi tercera página HTML</A>
<span></span><a href="pagina3.html">Mi tercera página HTML</a>
</div>
<div class="col-md-6">
<A ID="enlace4" HREF="pagina2.html">Mi segunda página HTML</A><span>&rarr;</span>
<a id="enlace4" href="pagina2.html">Mi segunda página HTML</a><span></span>
</div>
</div>
</BODY>
</HTML>

</body></html>

1 comment on commit c001ff0

@alejoramirez6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Please sign in to comment.