SlideShare a Scribd company logo
1 of 19
HTML
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Veterinaria</title>
<link rel="stylesheet" type="text/css" href="estilos.css">
</head>
<body>
<a href="banco.html">Pagina banco</a>
<main id="contenedor">
<header><img src="imagenes/veterinaria.png"></header>
<nav>
<ul class="navega"><h3><center>
<li>.Servicios.</li>
<li>.Productos.</li>
<li>.Guarderia.</li>
<li>.Promociones.</li></center></h3>
</ul>
</nav>
<section>
<article class="articulo"><h4><center>Cuidados y educacion para su
perro</center></h4><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum.</p><img class="imagen1" src="imagenes/perro.png"></article>
HTML
<article class="articulo"><h4><center>Salir de viaje con su
mascota</center></h4><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum.</p><img class="imagen1" src="imagenes/perro1.png"></article>
</section>
<aside><center>
<header><label>Solicitar cita medica</label></header>
<table>
<tr>
<td><label>Mascota:</label></td>
<td><input type="text" name=""></td>
</tr>
<tr>
<td><label>Edad:</label></td>
<td><input type="age" name=""></td>
</tr>
<tr>
<td><label>Raza:</label></td>
<td><input type="text" name=""></td>
</tr>
<tr>
<td><label>Fecha:</label></td>
<td><input type="date" name=""></td>
</tr>
<tr>
HTML
<td><label>Hora:</label></td>
<td><input type="time" name=""></td>
</tr>
<tr>
<td><label>Amo:</label></td>
<td><input type="text" name=""></td>
</tr>
</table>
<button><h3>VALIDAR CITA</h3></button>
</center></aside>
<footer><h5><center>Contactenos <br>Linea gratuita 018000-0001 <br>Correo:
preguntas@caninosyfelinos.com</center></h5></footer>
</main>
</body>
</html>
CSS
*{
margin: 0px
}
h2{
margin: 5px;
}
#contenedor{
HTML
height: 600px;
margin: auto;
width: 800px;
margin-top: 10px;
}
header{
height: 120px;
width: 800px;
}
nav{
background-color: #1C4A48;
height: 50px;
width: 800px;
margin-bottom: 10px;
border-radius: 0px 0px 15px 15px;
}
section{
float: left;
height: 323px;
width: 480px;
margin-right: 15px;
margin-bottom: 10px;
}
HTML
.articulo{
height: 155px;
width: 480px;
margin-bottom: 15px;
background-color: #FBF5BA;
border-radius: 15px;
}
aside{
float: right;
height: 326px;
width: 290px;
margin-bottom: 10px;
}
footer{
background-color: #1C4A48;
color: #97A5A4;
clear: both;
height: 80px;
width: 800px;
border-radius: 0px 0px 15px 15px;
}
footer h5{
padding-top: 15px;
}
HTML
header img{
height: 100%;
width: 800px;
}
aside header{
width: 100%;
height: 30px;
color: #FFFFFF;
padding-top: 5px;
background-color: #0B2826;
border-radius: 15px 15px 0px 0px;
font-size: 22px;
}
aside{
background-color: #496E6D;
border-radius: 15px 15px 15px 15px;
}
p{
text-align: justify;
height: 130px;
float: left;
margin-left: 10px;
display: inline;
HTML
width: 325px;
}
ul{
padding-top: 12px;
}
li{
list-style: none;
display: inline;
color: #FFFFFF;
padding-right: 90px;
}
.imagen1{
float: right;
margin-right: 20px;
}
td{
padding-top: 10px;
color: #FFFFFF;
font-size: 21px;
}
HTML
button{
padding-top: 5px;
margin-top: 15px;
border-radius: 10px;
}
BANCO
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Banco</title>
<link rel="stylesheet" type="text/css" href="estilos_banco.css">
</head>
<body>
<a href="index.html">Pagina veterinaria</a>
<main id="contenedor">
<header><img src="imagenes/banco.png"; id="encabezado"></header>
<nav>
<ul id="menu"><h2>
<li class="navega">.Creditos.</li>
<li class="navega">.Leasing.</li>
<li class="navega">.Ahorros.</li>
<li class="navega">.Servicio al cliente.</li></h2>
</ul>
</nav>
HTML
<aside>
<article class="aparte"><center><header class="titulo" style="border-radius:
15px 15px 0px 0px"><label>INGRESA A TU CUENTA</label></header>
<table>
<tr>
<td class="datos"><label>Cuenta:</label></td>
<td class="datos"><input type="text" name=""></td>
</tr>
<tr>
<td class="datos"><label>Tipo:</label></td>
<td class="datos"><input type="text" name=""></td>
</tr>
<tr>
<td class="datos"><label>Clave:</label></td>
<td class="datos"><input type="text" name=""></td>
</tr>
</table><button>Ingresar</button></center>
</article>
<article class="aparte1"><center>
<header class="titulo"; style="color:
#C39115">TRANSACCIONES</header>
<table>
<tr>
<td class="textos">Banca personal <hr></td>
<td class="textos">Banca empresarial <hr></td>
<td class="textos">Banca seguros <hr></td>
<td class="textos">Pago de facturas</td>
</tr>
HTML
</table>
<header class="titulo"; style="color: #C39115">TARJETAS DE
CREDITO</header>
<table>
<tr>
<td class="textos">Credi Visa <hr></td>
<td class="textos">Credi Mastercard</td>
</tr>
</table>
</center></article>
</aside>
<section><center>
<article class="seccion"><header class="titulo" style="border-radius: 15px 0px
0px 0px">Solicita nuestros productos</header><img src="imagenes/tarjeta.png"><p
class="letra">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco.</p></article>
<article class="seccion1"><header class="titulo" style="border-radius: 0px
15px 0px 0px">Ahorro estudiantil</header><img src="imagenes/libro.png"><p
class="letra">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco.</p></article>
<article class="seccion2"><header class="titulo">Credito
vehiculos</header><img src="imagenes/llaves.png"><p class="letra">Lorem ipsum dolor sit
amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p></article>
<article class="seccion3"><header class="titulo">Credito
hipotecario</header><img src="imagenes/hogar.png"><p class="letra">Lorem ipsum dolor sit
amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p></article>
</center></section>
<footer><p id="contactos"><center><h4>Contactenos <br>Linea gratuita 018000-
00001 <br>Banco entidad finaciera-Todos los derechos
reservados.</h4></p></center></footer>
HTML
</main>
</body>
</html>
CSS *{
margin: 0px;
}
#contenedor{
margin: auto;
height: 780px;
width: 850px;
margin-top: 20px;
}
header{
height: 120px;
width: 850px;
}
nav{
background-color: #FFBD16;
height: 60px;
width: 850px;
margin-bottom: 15px;
border-radius: 0px 0px 20px 20px;
}
HTML
#menu{
padding-top: 15px;
}
.navega{
display: inline;
padding-right: 77px;
}
aside{
height: 490px;
width: 283px;
margin-bottom: 15px;
float: left;
}
#menu{
list-style: none;
}
section{
height: 490px;
width: 545px;
margin-left: 15px;
margin-bottom: 15px;
float: right;
HTML
}
footer{
background-color: #232323;
color: #716F70;
border-radius: 0px 0px 20px 20px;
margin-bottom: 10px;
height: 80px;
width: 850px;
clear: both;
}
#encabezado{
height: 100%;
width: 100%;
}
p{
padding-top: 12px;
}
#contactos{
margin-top: 15px
}
.seccion{
HTML
background-color: #E9E7E8;
float: left;
border-radius: 15px;
height: 235px;
width: 262px;
}
.seccion1{
background-color: #E9E7E8;
float: right;
border-radius: 15px;
height: 235px;
width: 262px;
}
.seccion2{
background-color: #E9E7E8;
float: left;
border-radius: 15px;
height: 236px;
width: 262px;
margin-top: 15px;
}
.seccion3{
background-color: #E9E7E8;
float: right;
HTML
border-radius: 15px;
height: 236px;
width: 262px;
margin-top: 15px;
}
.aparte{
background-color: #B2B2B2;
margin-bottom: 15px;
height: 230px;
width: 100%;
border-radius: 15px 15px 0px 0px;
}
.aparte1{
background-color: #232323;
height: 241px;
width: 100%;
display: block;
}
.titulo{
background-color: #141414;
color: white;
padding-top: 10px;
width: 100%;
height: 30px;
HTML
}
.lista{
color: #B1B1B1;
list-style: none;
margin-left: 16px;
}
.datos{
padding-top: 18px;
}
.textos{
display: block;
color: #B1B1B1;
margin-top: 3px;
}
button{
background-color: #FFBD16;
margin-top: 18px;
}
article img{
margin-top: 10px;
height: 110px;
width: 70px:;
HTML
}
.letra{
padding: 0px 10px 10px 10px;
font-size: 12px;
text-align: justify;
}
hr{
}
<!DOCTYPE html>
<html>
<head>
<title>pagina inicial</title>
<meta charset="utf-8">
<link rel="stylesheet"type="text/css" href="./css/estilos.css">
</head>
<body>
<main>
<header>
<img src="images/logoveterinario.jpg">
<div id="principal">
<div id="cabecera">
<nav>
<ul class="navega">
<center>
<li><a href="index.htm">Inicio</a></li>
HTML
<li><a href="servicios.htm">Servicios</a></li>
<li><a href="productos.htm">Productos</a></li>
<li><a href="guarderia.htm">Guardería</a></li>
<li><a href="promociones.htm">Promociones</a></li>
</center>
</ul>
</nav>
</header>
<section>
<article>
<h3>caninos</h3>
</article>
<article>
<h3>felinos</h3>
</article>
</section>
<aside></aside>
<footer></footer>
</main>
</body>
</html>
header {
border: 1px solid red;
height: 150px;
}
HTML
nav {
border: 1px solid blue;
height: 50px;
}
section {
border: 1px solid blue;
height: 300px;
width: 50%;
float: left;
}
aside{
border: 1px solid blue;
height: 300px;
width: 49%;
float: right;
}

More Related Content

Featured

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 

Featured (20)

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 

DOCTYPE htm1 completo.docx

  • 1. HTML <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <title>Veterinaria</title> <link rel="stylesheet" type="text/css" href="estilos.css"> </head> <body> <a href="banco.html">Pagina banco</a> <main id="contenedor"> <header><img src="imagenes/veterinaria.png"></header> <nav> <ul class="navega"><h3><center> <li>.Servicios.</li> <li>.Productos.</li> <li>.Guarderia.</li> <li>.Promociones.</li></center></h3> </ul> </nav> <section> <article class="articulo"><h4><center>Cuidados y educacion para su perro</center></h4><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p><img class="imagen1" src="imagenes/perro.png"></article>
  • 2. HTML <article class="articulo"><h4><center>Salir de viaje con su mascota</center></h4><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p><img class="imagen1" src="imagenes/perro1.png"></article> </section> <aside><center> <header><label>Solicitar cita medica</label></header> <table> <tr> <td><label>Mascota:</label></td> <td><input type="text" name=""></td> </tr> <tr> <td><label>Edad:</label></td> <td><input type="age" name=""></td> </tr> <tr> <td><label>Raza:</label></td> <td><input type="text" name=""></td> </tr> <tr> <td><label>Fecha:</label></td> <td><input type="date" name=""></td> </tr> <tr>
  • 3. HTML <td><label>Hora:</label></td> <td><input type="time" name=""></td> </tr> <tr> <td><label>Amo:</label></td> <td><input type="text" name=""></td> </tr> </table> <button><h3>VALIDAR CITA</h3></button> </center></aside> <footer><h5><center>Contactenos <br>Linea gratuita 018000-0001 <br>Correo: preguntas@caninosyfelinos.com</center></h5></footer> </main> </body> </html> CSS *{ margin: 0px } h2{ margin: 5px; } #contenedor{
  • 4. HTML height: 600px; margin: auto; width: 800px; margin-top: 10px; } header{ height: 120px; width: 800px; } nav{ background-color: #1C4A48; height: 50px; width: 800px; margin-bottom: 10px; border-radius: 0px 0px 15px 15px; } section{ float: left; height: 323px; width: 480px; margin-right: 15px; margin-bottom: 10px; }
  • 5. HTML .articulo{ height: 155px; width: 480px; margin-bottom: 15px; background-color: #FBF5BA; border-radius: 15px; } aside{ float: right; height: 326px; width: 290px; margin-bottom: 10px; } footer{ background-color: #1C4A48; color: #97A5A4; clear: both; height: 80px; width: 800px; border-radius: 0px 0px 15px 15px; } footer h5{ padding-top: 15px; }
  • 6. HTML header img{ height: 100%; width: 800px; } aside header{ width: 100%; height: 30px; color: #FFFFFF; padding-top: 5px; background-color: #0B2826; border-radius: 15px 15px 0px 0px; font-size: 22px; } aside{ background-color: #496E6D; border-radius: 15px 15px 15px 15px; } p{ text-align: justify; height: 130px; float: left; margin-left: 10px; display: inline;
  • 7. HTML width: 325px; } ul{ padding-top: 12px; } li{ list-style: none; display: inline; color: #FFFFFF; padding-right: 90px; } .imagen1{ float: right; margin-right: 20px; } td{ padding-top: 10px; color: #FFFFFF; font-size: 21px; }
  • 8. HTML button{ padding-top: 5px; margin-top: 15px; border-radius: 10px; } BANCO <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <title>Banco</title> <link rel="stylesheet" type="text/css" href="estilos_banco.css"> </head> <body> <a href="index.html">Pagina veterinaria</a> <main id="contenedor"> <header><img src="imagenes/banco.png"; id="encabezado"></header> <nav> <ul id="menu"><h2> <li class="navega">.Creditos.</li> <li class="navega">.Leasing.</li> <li class="navega">.Ahorros.</li> <li class="navega">.Servicio al cliente.</li></h2> </ul> </nav>
  • 9. HTML <aside> <article class="aparte"><center><header class="titulo" style="border-radius: 15px 15px 0px 0px"><label>INGRESA A TU CUENTA</label></header> <table> <tr> <td class="datos"><label>Cuenta:</label></td> <td class="datos"><input type="text" name=""></td> </tr> <tr> <td class="datos"><label>Tipo:</label></td> <td class="datos"><input type="text" name=""></td> </tr> <tr> <td class="datos"><label>Clave:</label></td> <td class="datos"><input type="text" name=""></td> </tr> </table><button>Ingresar</button></center> </article> <article class="aparte1"><center> <header class="titulo"; style="color: #C39115">TRANSACCIONES</header> <table> <tr> <td class="textos">Banca personal <hr></td> <td class="textos">Banca empresarial <hr></td> <td class="textos">Banca seguros <hr></td> <td class="textos">Pago de facturas</td> </tr>
  • 10. HTML </table> <header class="titulo"; style="color: #C39115">TARJETAS DE CREDITO</header> <table> <tr> <td class="textos">Credi Visa <hr></td> <td class="textos">Credi Mastercard</td> </tr> </table> </center></article> </aside> <section><center> <article class="seccion"><header class="titulo" style="border-radius: 15px 0px 0px 0px">Solicita nuestros productos</header><img src="imagenes/tarjeta.png"><p class="letra">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p></article> <article class="seccion1"><header class="titulo" style="border-radius: 0px 15px 0px 0px">Ahorro estudiantil</header><img src="imagenes/libro.png"><p class="letra">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p></article> <article class="seccion2"><header class="titulo">Credito vehiculos</header><img src="imagenes/llaves.png"><p class="letra">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p></article> <article class="seccion3"><header class="titulo">Credito hipotecario</header><img src="imagenes/hogar.png"><p class="letra">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p></article> </center></section> <footer><p id="contactos"><center><h4>Contactenos <br>Linea gratuita 018000- 00001 <br>Banco entidad finaciera-Todos los derechos reservados.</h4></p></center></footer>
  • 11. HTML </main> </body> </html> CSS *{ margin: 0px; } #contenedor{ margin: auto; height: 780px; width: 850px; margin-top: 20px; } header{ height: 120px; width: 850px; } nav{ background-color: #FFBD16; height: 60px; width: 850px; margin-bottom: 15px; border-radius: 0px 0px 20px 20px; }
  • 12. HTML #menu{ padding-top: 15px; } .navega{ display: inline; padding-right: 77px; } aside{ height: 490px; width: 283px; margin-bottom: 15px; float: left; } #menu{ list-style: none; } section{ height: 490px; width: 545px; margin-left: 15px; margin-bottom: 15px; float: right;
  • 13. HTML } footer{ background-color: #232323; color: #716F70; border-radius: 0px 0px 20px 20px; margin-bottom: 10px; height: 80px; width: 850px; clear: both; } #encabezado{ height: 100%; width: 100%; } p{ padding-top: 12px; } #contactos{ margin-top: 15px } .seccion{
  • 14. HTML background-color: #E9E7E8; float: left; border-radius: 15px; height: 235px; width: 262px; } .seccion1{ background-color: #E9E7E8; float: right; border-radius: 15px; height: 235px; width: 262px; } .seccion2{ background-color: #E9E7E8; float: left; border-radius: 15px; height: 236px; width: 262px; margin-top: 15px; } .seccion3{ background-color: #E9E7E8; float: right;
  • 15. HTML border-radius: 15px; height: 236px; width: 262px; margin-top: 15px; } .aparte{ background-color: #B2B2B2; margin-bottom: 15px; height: 230px; width: 100%; border-radius: 15px 15px 0px 0px; } .aparte1{ background-color: #232323; height: 241px; width: 100%; display: block; } .titulo{ background-color: #141414; color: white; padding-top: 10px; width: 100%; height: 30px;
  • 16. HTML } .lista{ color: #B1B1B1; list-style: none; margin-left: 16px; } .datos{ padding-top: 18px; } .textos{ display: block; color: #B1B1B1; margin-top: 3px; } button{ background-color: #FFBD16; margin-top: 18px; } article img{ margin-top: 10px; height: 110px; width: 70px:;
  • 17. HTML } .letra{ padding: 0px 10px 10px 10px; font-size: 12px; text-align: justify; } hr{ } <!DOCTYPE html> <html> <head> <title>pagina inicial</title> <meta charset="utf-8"> <link rel="stylesheet"type="text/css" href="./css/estilos.css"> </head> <body> <main> <header> <img src="images/logoveterinario.jpg"> <div id="principal"> <div id="cabecera"> <nav> <ul class="navega"> <center> <li><a href="index.htm">Inicio</a></li>
  • 18. HTML <li><a href="servicios.htm">Servicios</a></li> <li><a href="productos.htm">Productos</a></li> <li><a href="guarderia.htm">Guardería</a></li> <li><a href="promociones.htm">Promociones</a></li> </center> </ul> </nav> </header> <section> <article> <h3>caninos</h3> </article> <article> <h3>felinos</h3> </article> </section> <aside></aside> <footer></footer> </main> </body> </html> header { border: 1px solid red; height: 150px; }
  • 19. HTML nav { border: 1px solid blue; height: 50px; } section { border: 1px solid blue; height: 300px; width: 50%; float: left; } aside{ border: 1px solid blue; height: 300px; width: 49%; float: right; }