Ejemplo 1.19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Documento sin título</title> <link href="4p/cliente/100320/estilos/estiloOaxaca.CSS" rel="stylesheet" type="text/css" /> </head> <body> <p>Las lenguas indigenas mas habladas en el estado de oaxaca son: </p> <table width="200" border="1"> <tr> <th scope="col">Lengua Indigena </th> <th scope="col">Numero de hablantes (año 2010) </th> </tr> <tr> <td>Lenguas Zapotecas </td> <td>371 740 </td> </tr...