Jazzafip Club Launch: December 16, 2025
- Here's a breakdown of the provided HTML snippet, focusing on the key facts:
- this HTML appears to be a section of a webpage, likely from Radio France's website (specifically Fip, a jazz radio station).
- * Show name: "Club Jazz à Fip" * Host: Marjolaine Portier-Kaltenbach * Description: "Le « Club Jazz à Fip », le rendez-vous dans lequel s'entremêlent...
Here’s a breakdown of the provided HTML snippet, focusing on the key facts:
Overall Structure:
this HTML appears to be a section of a webpage, likely from Radio France‘s website (specifically Fip, a jazz radio station). It’s designed to present information about the radio show “Club Jazz à fip”. The code uses a grid layout (qg-grid) and various classes for styling and functionality.
Key Information Extracted:
* Show name: “Club Jazz à Fip”
* Host: Marjolaine Portier-Kaltenbach
* Description: “Le « Club Jazz à Fip », le rendez-vous dans lequel s’entremêlent tous les jazz est incarné par Marjolaine Portier-Kaltenbach. Du lundi au jeudi, elle reçoit un programmateur ou un invité.” (Translation: “The ‘Club jazz à Fip’, the meeting where all jazzes mingle, is embodied by Marjolaine Portier-Kaltenbach. From Monday to thursday, she receives a programmer or a guest.”)
* Schedule: Monday to thursday
* image: The code includes image tags pointing to a square image (400x400) of the show’s branding. The image urls are:
* .webp: https://www.radiofrance.fr/s3/cruiser-production/2022/01/e19c37c2-f8a6-4c6e-bf87-a885e246df07/400x400_club-jazzafip.webp
* .jpg: https://www.radiofrance.fr/s3/cruiser-production/2022/01/e19c37c2-f8a6-4c6e-bf87-a885e246df07/400x400_club-jazzafip.jpg
* Copyright: “Marjolaine portier-Kaltenbach ©Radio France – Christophe Abramowitz”
HTML elements Used:
* <div>: Used extensively for layout and grouping.
* <p>: Paragraph element for the show description.
* <picture>: Used for responsive images, providing different image formats (webp, jpg) based on browser support.
* <img>: The actual image tag.
* <aside>: Used for the show’s visual representation (the image).
* <strong>: Used to bold the first part of the description.
* Classes: Numerous classes (e.g., qg-grid, ExpressionSummary, svelte-ccn03w) are used for styling and potentially for JavaScript interactions (likely using the Svelte framework, as indicated by the class names).
* data-testid: Attributes used for testing purposes.
this HTML snippet provides a concise presentation of the “Club jazz à Fip” radio show, including its host, a brief description, schedule, and a visual element.
