forked from MOOC-tutorials/pull_web_practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DanielContreras.html
39 lines (39 loc) · 1.35 KB
/
DanielContreras.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
34
35
36
37
38
39
<!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>
<img
id="imagen"
src="../imagenes/BD1.gif"
name="Imagen1"
align="CENTER"
width="700"
height="50"
/><br clear="LEFT" /><br /><br />
</h1>
<div class="row text-center">
<div class="col-md-6">
<span>←</span
><a id="enlace" href="pagina4.html" textContent
>Mi cuarta página HTML</a
>
</div>
</div>
<p></p>
</body>
</html>