codigos para html sobre para una pagina web con portada y con 4 botones q digan inicio, primer trimestre trimestre, segundo trimestre y tercer trimestre
html> <head> <title>Portada</title> </head> <body> <div id="portada"> <?php include("conexion.php"); $consulta = "SELECT * FROM noticias"; $resultado = mysql_query($consulta); while($fila = mysql_fetch_array($resultado)){ echo "<p>".$fila['noticia