Entradas

Mostrando entradas de enero, 2022

Página web HTML 2

Imagen
<!DOCTYPE html> <html> <head> <title> ASIGNATURAS FAVORITAS </title> </head <body> <ol> <b> LISTA DE ASIGNATURAS FAVORITAS </b> <li> Inglés </li> <li> Economía </li> <li> Historia </li> <li> TIC </li> <li> Matemáticas aplicadas </li> </ol> </body> </html>

Página Web HTML

Imagen
  <!DOCTYPE HTML> <html> <head> <title> Real Madrid </title> <meta charset= "UTF-8"> <meta name= "description" content="descripcion original"> </head> <body> <h1> El Real Madrid es campeon de la Supercopa de España </h1>          <p> El Real Madrid logra su duodécima Supercopa de España </p> <p> En la semifinal del campeonato se enfrento al Barcelona FC ganadole por 3 goles a 2 y en la final se enfrento al Athletic Club de Bilbao ganandole por 2 goles a 0 </p> <img src= 1642368169660.jpg height= "400" widht= "500">   </body> </html>