Décès de Mike Tyson : La légende de la boxe en deuil
PARIS – 16 Mai 2024 –
Le monde de la boxe est en deuil. La légende des rings, Mike Tyson, est décédé aujourd’hui, laissant derrière lui un héritage sportif incommensurable. L’annonce de la mort de Mike Tyson a suscité une vague d’émotion et de tristesse, rappelant l’impact extraordinaire de ce boxeur sur le monde du sport en général. Pour en savoir plus sur sa carrière et son impact…
okay, I’ve extracted the image URLs and related information from the provided HTML snippet. Here’s the breakdown:
Image 1:
URL (WebP, Large): https://www.revolt.tv/./media100c62ff109416e1f5f558a63d06241c6ca08016a.jpg?width=2000&format=webply&optimize=medium
URL (WebP,Small): https://www.revolt.tv/./media
100c62ff109416e1f5f558a63d06241c6ca08016a.jpg?width=750&format=webply&optimize=medium
URL (JPEG, Large): https://www.revolt.tv/./media100c62ff109416e1f5f558a63d06241c6ca08016a.jpg?width=2000&format=jpg&optimize=medium
URL (JPEG, Small): ./media
100c62ff109416e1f5f558a63d06241c6ca08016a.jpg?width=750&format=jpg&optimize=medium
(This one is relative)
Image Size: portrait-médium
Alt Text: (Empty)
Image 2:
URL (WebP, Large): https://www.revolt.tv/./media198f5110b594371fec5685fe6ef2f5a68f463e7c2.jpg?width=2000&format=webply&optimize=medium
URL (WebP, Small): https://www.revolt.tv/./media
198f5110b594371fec5685fe6ef2f5a68f463e7c2.jpg?width=750&format=webply&optimize=medium
URL (JPEG, large): https://www.revolt.tv/./media198f5110b594371fec5685fe6ef2f5a68f463e7c2.jpg?width=2000&format=jpg&optimize=medium
URL (JPEG, Small): ./media
198f5110b594371fec5685fe6ef2f5a68f463e7c2.jpg?width=750&format=jpg&optimize=medium
(This one is relative)
Image Size: paysage-médium
Alt Text: NAS, Tupac, Redman
Image 3:
URL (WebP, Large): https://www.revolt.tv/./media17659c8996e6e13384562ba944239987b30409bcc.jpg?width=2000&format=webply&optimize=medium
URL (WebP, Small): https://www.revolt.tv/./media
17659c8996e6e13384562ba944239987b30409bcc.jpg?width=750&format=webply&optimize=medium
URL (JPEG, Large): https://www.revolt.tv/./media17659c8996e6e13384562ba944239987b30409bcc.jpg?width=2000&format=jpg&optimize=medium
URL (JPEG, Small): ./media
17659c8996e6e13384562ba944239987b30409bcc.jpg?width=750&format=jpg&optimize=medium
(This one is relative)
Image Size: portrait-médium
Alt Text: (Empty)
Image 4:
URL (WebP,Large): https://www.revolt.tv/./media17e311ecf00ed23db5606fa2300feb73dad229feb.jpg?width=2000&format=webply&optimize=medium
URL (WebP, Small): https://www.revolt.tv/./media
17e311ecf00ed23db5606fa2300feb73dad229feb.jpg?width=750&format=webply&optimize=medium
URL (JPEG, Large): https://www.revolt.tv/./media17e311ecf00ed23db5606fa2300feb73dad229feb.jpg?width=2000&format=jpg&optimize=medium
URL (JPEG, Small): ./media
17e311ecf00ed23db5606fa2300feb73dad229feb.jpg?width=750&format=jpg&optimize=medium
(This one is relative)
image Size: paysage-médium
Alt Text: Tupac, Mike Tyson
Image 5:
URL (WebP, Large): https://www.revolt.tv/./media1a1f234341837234ebc8a18dcf825cab56272c379.jpg?width=2000&format=webply&optimize=medium
URL (WebP, Small): https://www.revolt.tv/./media
1a1f234341837234ebc8a18dcf825cab56272c379.jpg?width=750&format=webply&optimize=medium
URL (JPEG, Large): https://www.revolt.tv/./media1a1f234341837234ebc8a18dcf825cab56272c379.jpg?width=2000&format=jpg&optimize=medium
URL (JPEG, Small): ./media
1a1f234341837234ebc8a18dcf825cab56272c379.jpg?width=750&format=jpg&optimize=medium
(This one is relative)
image Size: paysage-médium
Alt Text: (Empty)
Image 6:
URL (WebP, Large): https://www.revolt.tv/./media_1da8bdb34b6c08af3dfa64367231887cb179fd8b9.jpg?width=2000&format=webply
I stopped here because the HTML snippet was cut off. If you provide the rest of the HTML, I can extract the remaining image information.Important Notes:
Relative urls: The URLs starting with ./
are relative. They need to be resolved relative to the base URL of the page where this HTML is used.
&
: The &
is the HTML entity for the ampersand character (&
). When using these URLs in code, you might need to replace &
with &
.
WebP and JPEG: The HTML uses
elements to provide both WebP and JPEG versions of the images. Browsers that support WebP will use the WebP version, which is generally smaller and more efficient. Browsers that don’t support WebP will fall back to the JPEG version.
loading="lazy"
: This attribute tells the browser to lazy-load the images, which can improve page performance.
srcset
: The srcset
attribute is used to provide different image sizes for different screen resolutions. The browser will choose the most appropriate image based on the device’s pixel density.
* Missing Alt Text: Some of the images are missing alt
text. It’s important to provide descriptive alt
text for accessibility and SEO.
Let me know if you have the rest of the HTML!