forked from MOOC-tutorials/pull_web_practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DavidBorrero.html
32 lines (31 loc) · 1.68 KB
/
DavidBorrero.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
<!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="">
<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="texto">
<img id="imagen" src="../imagenes/BD1.gif" name="Imagen1" width="700" height="50"><br clear="left"><br><br>
</h1>
<h1 textContent="texto2" id="titulo">Mi primera página HTML</h1>
<P>
<br><br>
</P>
<div class="row text-center">
<div class="col-md-6">
<span>←</span><a id="enlace" href="pagina4.html" textContent="text">Mi cuarta página HTML</a>
</div>
<div class="col-md-6">
<a id="enlace" href="pagina2.html" textContent="text">Mi segunda página HTML</a><span>→</span>
</div>
</div>
<p></p>
</body>
</html>