France Accelerates Social Media Ban for Under‑15s, Effective Next School Year

Okay, hear’s a breakdown of teh HTML snippet you provided, focusing on the “inread” sections (likely advertisements or promotional content) and the surrounding article text.

Overall Structure

The code appears to be part of a news article on Le Monde’s website.It includes sections for:

* Promotional “Inread” ads/Offers: These are the <section class="inread..."> blocks. They are designed to be displayed within the article content, hence “inread.”
* Article Content: The <p class="article__paragraph"> tags contain the actual text of the news article.

Detailed Breakdown of the “inread” Sections

Let’s look at each inread section individually:

  1. Student/Teacher Subscription Offer:

* data-keyword="abo": Indicates this is related to subscriptions (“abonnement”).
* Headline: “Offre spéciale étudiants et enseignants” (Special offer for students and teachers)
* description: “Accédez à tous nos contenus en illimité à partir de 6,99 €/mois au lieu de 12,99€.” (Access all our content unlimitedly from €6.99/month instead of €12.99.)
* Call to Action: “S’abonner” (Subscribe)
* Link: https://abo.lemonde.fr/offre-tarifs-reduits?lmd_medium=display&amp;lmd_campaign=723 (Leads to a subscription page with reduced rates)

  1. Newsletter – “Pixels”:

* data-keyword="newsletter": Identifies this as a newsletter promotion.
* data-service="pixels": Specifies the newsletter is named “Pixels”.
* Headline: “« Pixels »”
* Description: “Votre vigie du numérique : communautés en ligne, cybersécurité, jeux vidéo, intelligence artificielle…” (your watchtower of the digital world: online communities, cybersecurity, video games, artificial intelligence…)
* Call to Action: “S’inscrire” (Sign up)
* Link: https://www.lemonde.fr/newsletters/pixels/ (Leads to the “Pixels” newsletter signup page)

  1. “La Météo du Climat” (The Climate Weather):

* data-keyword="Météo": Related to weather.
* Headline: “« La Météo du Climat »”
* Description: “Explorez notre portail météo et plongez dans nos analyses pour mieux décrypter le climat d’aujourd’hui et de demain.” (Explore our weather portal and delve into our analyses to better decipher today’s and tomorrow’s climate.)
* Call to Action: “Découvrir” (Discover)
* Link: https://www.lemonde.fr/climat/meteo/?lmd_medium=display&amp;lmd_campaign=not_edito_lmfr&amp;lmd_creation=autre&amp;lmd_format=inread&amp;lmd_source=autopromo (Leads to Le Monde’s climate/weather portal)

Article Content Snippet

The text following the inread sections is part of the news article itself:

* The article discusses a text (likely a bill or proposal) that will be subject to a motion of rejection by La France Insoumise (LFI).
* It mentions criticism from different political groups:
* LFI: Denounces “digital paternalism.”
* Ecologist Group: Calls the solution “simplistic” but is not unified in its opposition.
* Rassemblement National, Horizons, and Les Républicains: Support the interdiction (ban).
* The text was substantially rewritten after a critical review by the Conseil d’etat (Council of State).
* The goal is to comply with European law (DSA – Digital Services Act) to avoid the same fate as a 2023 law.

Key Observations

* display: none;: All the inread sections initially have style="display: none;". This means they are hidden by default and are likely shown to the user dynamically using JavaScript, based on factors like scroll position or article content.
* data-* Attributes: The data-* attributes are used to store additional details about each inread section, which can be used by

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.