html.pas.net instalar
CODIGO DE UNA PAGINA CON MARCOS
<html>
<BODY bgcolor="#33FFFF">
<CENTER>
<font color="RED">
<h1>MARCO PRINCIPAL </h1>
</font>
</CENTER>
<center><b><u> ESTADISTICAS </u></b></center> <br>
<b><u> 1.ESTUDIO EN: </u></b>
<ul>
<a name="arriba"> <li>seleccionar : </li></a>
<a href="#p"> <li> peru </li></a>
<a href="#b"> <li> brazil </li></a>
<a href="#e"><li> ecuador </li></a>
</ul>
<b><u> 2.POBLACION: </u></b>
<table class="egt" border="3" align="center" widht="25% " bgcolor="#fffcc">
<tr>
<th> </th>
<th> VARONES</th>
<th>MUJERES </th>
</tr>
<tr>
<td>PERU</td>
<td>100</td>
<td>300</td>
</tr>
<tr>
<td>BRAZIL</td>
<td>300</td>
<td>500</td>
</tr>
<tr>
<td>ECUADOR</td>
<td>200</td>
<td>500</td>
</tr>
</table>
<H2> CANTIDAD DE PERSONAS QUE VIVEN EN:</H2>
1. PERU es: varones=100 <br>
mujeres=300 <br>
total= 400<br>
2. BRAZIL es: varones= 300 <br>
mujeres= 500 <br>
total= 800<br>
3. ECUADOR es: varones= 200 <br>
mujeres= 500 <br>
total= 700
<br>
<br>
<br>
<b><u> 3. PAIS: </u></b> definicion <br>
<br>
<a name="p"></a> 3.1 <b><u> peru: </u></b> <br>
<a name="b"></a> 3.2<b><u> brazil: </u></b><br>
<a name="e"></a> 3.3 <b><u> ecuador: </u></b><br>
<a href="#arriba"> 3.4 <b><u> ir arriba : </u></b><br></a>
</BODY>
</html>
codigo de una pagina web
<html>
<head>
<title> LAYOUT </title>
</head>
<body>
<header>
<div>
<img src="insertar direccion"
width="70" alt="no se ecuentra">
</div>
</header>
<h1> CONTENIDO PRINCIPAL </h1>
<P>DOCUMENTO DE ESTRUCTURA DE CONTENIDO</P>
<P> Es la forma de aqrupar el contenido dentro de la pagina
web, </P>
<ul>
<a href=""> <li> documento </li></a>
<a href=""> <li> estructura </li></a>
<a href=""> <li> contenido</li></a>
</ul>
<h2> CONTENIDO SEGUNDARIO</h2>
<P> representa un seccion de un documento.sirve para determinar </P>
<h2> COPIA DEL CONTENIDO SEGUNDARIO</h2>
<P> se puedenutilizar duplicar la <b><u> etiqueta h2 </u></b></P>
<p> representa una seccion de un documento .sirve para determinar</p>
<h2> ELEMENTO ASIDE </h2>
<P> es el contenido relacionado indirectamente con el contenido principal</P>
<p>SENATI</p>
<p>carrera de ingenieria de software</p>
<p>desarrollo de aplicacion web 01</p>
</body>
</html>
No hay comentarios.:
Publicar un comentario