<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> Act3 Pau Iglesias</title> </head> <body> <ol type="I"> <li> u </li> <li> dos </li> <li> tres </li> <li> quatre </li> <li> cinc </li> </ol> <dl> <dt> Poma </dt> <dd> "descripcio poma"</dd> <dt> Pera </dt> <dd>"descripcio pera"</dd> </dl> <figure> <img src=muntanya.jpg alt="imatge d'una muntanya" style="width:120px;height:120px;"> <br> <figcaption> paisatge 1 </figcaption> </figure> <figure> <img src=cova.jpg alt="imatge d'una cova" style="width:120px;height:120px;"> <br> <figcaption> paisatge 2 </figcaption> </figure> <figure> <img src=arbres.jpg alt="imatge d'uns arbres" style="width:120px;height:120px;"> <br> <figcaption> paisatge 3 </figcaption> </figure> <p> <a href="2pw.html"> <button> 2nPW Act3 </button> </a> </p> <p> <a href="https://www.w3schools.com" target="_blank"> <img alt="Link" src="W3schools.jpg" width="100" height="100"> </a> </p> Correu Electronic <br> <a href="mailto:piglesiasfsalle@gmail.com" target="_blank"> <img alt="Email" src="email.jpg" width="150" height="100"> </a> <br> <a href=..\index.html> <button>Pagina principal </button> </a> </body> </html>