Lenguaje Html
victoria_hosn26 de Febrero de 2015
2.328 Palabras (10 Páginas)270 Visitas
<html>
<body>
<xml id="Lista de empleados" src="Lista de empleados"></xml>
<center>
<h1>Lista de empleados </h1>
<table border="1" datasrc="#Lista de empleados">
<thead bgcolor=gray>
<th>Nombre</th>
<th>Profesion</th>
<th>Puesto</th>
<th>Salario</th>
</thead>
<tr bgcolor=yellow>
<th>Hugo Ortiz </th>
<th>Licenciado</th>
<th>Administracion gral</th>
<th>30000</th>
</thead>
<tr bgcolor=yellow>
<th>Vanesa Fabela</th>
<th>Licenciada</th>
<th>Administracion</th>
<th>18000</th>
</thead>
<tr bgcolor=yellow>
<th>Miguel Rodriguez</th>
<th>Contador Publico</th>
<th>Contador general</th>
<th>13000</th>
</thead>
<tr bgcolor=yellow>
<th>Kasandra Valdez</th>
<th>Licenciada</th>
<th>Recursos Humanos</th>
<th>17000</th>
</thead>
<tr bgcolor=yellow>
<th>Carlos Ruiz</th>
<th>cLicenciado</th>
<th>Administracion</th>
<th>18000</th>
</thead>
<tr bgcolor=yellow>
<th>Zaira Flores</th>
<th>Licenciada</th>
<th>Recursos Humanos</th>
<th>19000</th>
</thead>
<tr bgcolor=yellow>
<th>Dulce Soria</th>
<th>Licenciada</th>
<th>Finanzas</th>
<th>12000</th>
</thead>
<tr bgcolor=yellow>
<th>Arnulfo Garza</th>
<th>Ingeniero</th>
...