Mi primera web con archivo HTML
¡Buenos días!
Hoy hemos realizado una web editándola mediante código HTML.
Podéis verla aquí
El código completo es:
Hoy hemos realizado una web editándola mediante código HTML.
Podéis verla aquí
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Made with Thimble</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Primera web con código HTML</h1>
<p>
Web realizada por Lucía Durán <strong>en HTML</strong> with the web!
</p>
<p>
Puedes entrar a mi blog haciendo click <a href=https://luciadurantico.blogspot.com/ >aqui</a>
</p>
<p>
Hola. ¿Queréis descargaros la <a href="Circulo1bachALuciaDuran.apk">app garabatos que he desarrollado</a> ?
</p>
<P>
<iframe width="500" height="453" src="https://www.youtube.com/embed/kbMqWXnpXcA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</P>
<p>
<div id="c_892f8ea9b07b69f6332c98c8d258e5e2" class="delgado"></div><script type="text/javascript" src="https://www.eltiempo.es/widget/widget_loader/892f8ea9b07b69f6332c98c8d258e5e2"></script>
</p>
<p>
<script language="Javascript" type="text/javascript" src="//widgets.elpais.com/liga/wlaunch.html?c=turquesa&w=350&h=555"></script>
</p>
<p>
<div style="text-align:center;padding:1em 0;"> <h3><a style="text-decoration:none;" href="https://www.zeitverschiebung.net/es/city/3124765"><span style="color:gray;">Hora actual en</span><br />Colmenar Viejo, IES Marqués de Santillana, España</a></h3> <iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=es&size=medium&timezone=Europe%2FMadrid" width="100%" height="115" frameborder="0" seamless></iframe> </div>
</p>
</body>
</html>
Comentarios
Publicar un comentario