Luis Alejandro Ortega Bermudez
Preguntastudent•hace 5 años
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="description" content="el mejor placer de la vida"> <!-- la descripcion en la busqueda del navegador--> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- la forma de rendizar el tamaño de la pagina--> <title>lista de comida</title> </head> <body> <header></header> <main> <h1>Lista de compras</h1> <section> <strong>Carnes</strong> <ul> <figure> <li> <img src="./pic/tinified/pexels-ivo-brasil-5070772.jpg" alt="carne de res" width="50" height="50" > <a href="https://www.youtube.com/watch?v=uMktbiDm8x8&t=81s">carne de res</a> </li> <li> <img src="./pic/tinified/pescado.jpg" alt="pescado" width="50" height="50"> <a href="https://www.youtube.com/watch?v=IGCIX3kLzLw"> sushi </a> </li> <li> <img src="./pic/tinified/pollo.jpg" alt="pollo" width="50" height="50"> <a href="https://www.youtube.com/watch?v=u8AiXmlKHSU"> Pollo mariposa </a> </li> <li> <img src="./pic/tinified/carne-cerdo.jpg" alt="cerdo wagyu" width="50" height="50"> <a href=""> lecho wagyu </a> </li> <li> <img src="./pic/tinified/embutidos.jpg" alt="embutidos" width="50" height="50"> <a href="https://www.youtube.com/watch?v=5-H7glwZID4"> embutidos </a> </li> </figure> </ul> <strong>Granos</strong> <ul> <figure> <li> <img src="./pic/tinified/frijoles.jpg" alt="frijoles charros" width="50" height="50"> <a href="https://www.youtube.com/watch?v=OyFQAB-motk"> frijoles charros </a> </li> </figure> </ul> <strong>Receta adicional</strong> <div> <a href="https://www.unacolombianaencalifornia.com/es/2012/08/bandeja-paisa/"> Bandeja paisa </a> </div> </section> </main> </body> </html> <code>
0

Roger Carlos Ariel Alba
student•hace 5 años
¡Muy bien!
Saludos
0