forked from MOOC-tutorials/pull_web_practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gago_page.html
27 lines (17 loc) · 1015 Bytes
/
gago_page.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
<HTML>
<H1 id="titulo" textContent=""><TITLE>Mi primera página</TITLE></H1>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"/>
<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=""/>
<BODY LANG="es-ES" class="container text-center">
<IMG ID="imagen" SRC="../imagenes/BD1.gif" NAME="Imagen1"/>
<div class="row text-center">
<div class="col-md-6">
<a id="enlace" textContext="" HREF="pagina4.html">Mi cuarta página HTML</a>
</div>
</div>
</BODY>
</HTML>