0% found this document useful (0 votes)
3 views4 pages

Clase 9 Fullstack Overview

The document is an HTML template for a webpage titled 'CLASE 9 FULLSTACK'. It includes a header, a navigation menu, a section with an image and text, multiple option divs, and a footer with contact information. The document is styled with an external CSS file named 'animaciones3.css'.

Uploaded by

Enrique
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

Clase 9 Fullstack Overview

The document is an HTML template for a webpage titled 'CLASE 9 FULLSTACK'. It includes a header, a navigation menu, a section with an image and text, multiple option divs, and a footer with contact information. The document is styled with an external CSS file named 'animaciones3.css'.

Uploaded by

Enrique
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Document</title>

<link rel="stylesheet" href="[Link]">

</head>

<body>

<header><h1>CLASE 9 FULLSTACK</h1></header>

<section>

<div id="menu2">

<ul class="menu2">

<li><a href="">Inicio</a></li>

<li><a href="">Contacto</a></li>

<li><a href="">Desarrollo</a></li>

</ul>

</div>

</section>

<section id="seccion1">

<div class="tarjeta">

<div class="parte1">

<img src="[Link]" id="img-parte1">

</div>

<div class="parte2">

<p>

Lorem ipsum dolor sit amet, consectetur adipisicing


elit. Tempore voluptatibus nisi earum nobis dolores cum consequuntur, unde amet quo a, rem
sunt mollitia hic nesciunt beatae fuga alias animi optio.

</p>

</div>
</div>

</section>

<section>

<div class="ej3" id="div1">opcion1</div>

<div class="ej3" id="div2">opcion2</div>

<div class="ej3" id="div3">opcion3</div>

<div class="ej3" id="div4">opcion4</div>

<div class="ej3" id="div5">opcion5</div>

</section>

<footer>

Creado 2018 <br>

Contactos <img src="[Link]" alt="" id="img-face">@Elsa Polindo

</footer>

</body>

</html> <!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Document</title>

<link rel="stylesheet" href="[Link]">

</head>

<body>

<header><h1>CLASE 9 FULLSTACK</h1></header>

<section>

<div id="menu2">

<ul class="menu2">

<li><a href="">Inicio</a></li>
<li><a href="">Contacto</a></li>

<li><a href="">Desarrollo</a></li>

</ul>

</div>

</section>

<section id="seccion1">

<div class="tarjeta">

<div class="parte1">

<img src="[Link]" id="img-parte1">

</div>

<div class="parte2">

<p>

Lorem ipsum dolor sit amet, consectetur adipisicing


elit. Tempore voluptatibus nisi earum nobis dolores cum consequuntur, unde amet quo a, rem
sunt mollitia hic nesciunt beatae fuga alias animi optio.

</p>

</div>

</div>

</section>

<section>

<div class="ej3" id="div1">opcion1</div>

<div class="ej3" id="div2">opcion2</div>

<div class="ej3" id="div3">opcion3</div>

<div class="ej3" id="div4">opcion4</div>

<div class="ej3" id="div5">opcion5</div>

</section>

<footer>

Creado 2018 <br>

Contactos <img src="[Link]" alt="" id="img-face">@Elsa Polindo


</footer>

</body>

</html>

You might also like