generated from MOOC-tutorials/git_web_practice
-
Notifications
You must be signed in to change notification settings - Fork 630
/
JesusGamino.html
33 lines (33 loc) · 1.68 KB
/
JesusGamino.html
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
<!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 JesusGamino</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
<META NAME="AUTHOR" CONTENT="">
<META NAME="CREATED" CONTENT="">
<META NAME="CHANGEDBY" CONTENT="">
<META NAME="CHANGED" CONTENT="">
<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 ID="titulo" textContent="content" >
<IMG ID="imagen" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
</H1>
<!--
<h1 id="titulo" textContent="content">Mi primera pagina web </h1>
<P>
<BR><BR>
</P>
-->
<div class="row text-center">
<div class="col-md-6">
<span>←</span><A HREF="pagina4.html">Mi CUARTA página HTML</A>
</div>
<div class="col-md-6">
<A ID="enlace" textContent="content" HREF="pagina3.html">Mi SEGUNGA página HTML</A><span>→</span>
</div>
</div>
<P></P>
</BODY>
</HTML>