forked from MOOC-tutorials/pull_web_practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLauraFonseca.html
More file actions
26 lines (26 loc) · 1.52 KB
/
LauraFonseca.html
File metadata and controls
26 lines (26 loc) · 1.52 KB
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
<!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="Laura Fonseca">
<meta NAME="CREATED" CONTENT="07/09/2022">
<meta NAME="CHANGEDBY" CONTENT="LAURA Cristina Fonseca Gil">
<meta NAME="CHANGED" CONTENT="07/09/2022">
<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">Hola Mundo</h1>
<img id="imagen" src="../imagenes/BD1.gif" name="Imagen1" aling=CENTER width=700 height=50><br clear=LEFT><br><br>
<a id="enlace" href="holaMundo.com">Hola Mundo</a>
<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="enlace5" href="pagina2.html">Mi segunda página HTML</a><span>→</span>
</div>
</div>
</body>
</html>