FACMED Wins Hackatón & Scientific Poster Award – Digital Health
Here’s a breakdown of the provided HTML code, focusing on the images it contains:
What the Code Represents
This code snippet is part of a webpage (likely built with WordPress, given the wp. prefixes in the classes and URLs). It displays three images. Each image is wrapped in a <figure> tag, which is semantically appropriate for images with captions (though there are no captions in this snippet).
Image Details
Let’s look at each image individually:
* Image 1:
* src: https://i0.wp.com/gaceta.facmed.unam.mx/wp-content/uploads/2025/09/WhatsApp-Image-2025-09-26-at-4.43.01-PM-2.jpeg?resize=1024%2C768&ssl=1
* alt: “” (empty alt text - critically important to fix for accessibility!)
* width: 1024
* height: 768
* The filename suggests it’s a screenshot taken on September 26, 2025, at 4:43:01 PM.
* The resize=1024%2C768 part of the URL indicates the image has been resized to 1024×768 pixels.
* ssl=1 means the image is served over HTTPS.
* The srcset attribute provides different image sizes for different screen resolutions (responsive images).
* Image 2:
* src: https://i0.wp.com/gaceta.facmed.unam.mx/wp-content/uploads/2025/09/WhatsApp-Image-2025-09-26-at-4.42.53-PM-5.jpeg?resize=1024%2C768&ssl=1
* alt: “” (empty alt text – critically important to fix for accessibility!)
* width: 1024
* height: 768
* The filename suggests it’s a screenshot taken on September 26, 2025, at 4:42:53 PM.
* The resize=1024%2C768 part of the URL indicates the image has been resized to 1024×768 pixels.
* ssl=1 means the image is served over HTTPS.
* The srcset attribute provides different image sizes for different screen resolutions (responsive images).
* Image 3:
* src: https://i0.wp.com/gaceta.facmed.unam.mx/wp-content/uploads/2025/09/WhatsApp-Image-2025-09-26-at-4.43.00-PM-3.jpeg?resize=1024%2C768&ssl=1
* alt: “” (empty alt text – important to fix for accessibility!)
* width: 1024
* height: 768
* The filename suggests it’s a screenshot taken on September 26, 2025, at 4:43:00 PM.
* The resize=1024%2C768 part of the URL indicates the image has been
