Julio Iglesias hires top lawyer Choclán amid Spanish investigation

by Emma Walker – News Editor

Here’s a breakdown of the HTML snippet,focusing on the content and links it presents:

Overall Structure:

This snippet appears to be part of a news article on the website “eldiario.es” about Julio Iglesias. It includes:

* A link to a “special” report on the same topic.
* A “know more” section with a related article and image.
* A call for reader contributions regarding similar experiences.

Detailed Breakdown:

  1. First Paragraph:

* <p class="article-text">: A paragraph of article text.
* <a href="https://www.eldiario.es/julio-iglesias/" target="_blank" data-mrf-recirculation="links-noticia" class="link"><strong>nuestro especial</strong></a>: A hyperlink to a special report on Julio Iglesias on the same website.
* href: The URL of the special report.
* target="_blank": Opens the link in a new tab or window.
* data-mrf-recirculation="links-noticia": Likely a data attribute used for tracking or internal website analytics (related to recirculation of news links).
* class="link": A CSS class for styling the link.
* <strong>nuestro especial</strong>: The visible text of the link, meaning “our special”.

  1. “Know More” Section (<aside>):

* <aside class="know-more know-more--with-image">: An HTML5 <aside> element, used for content that is tangentially related to the main article content. The classes indicate it’s a “know more” section and includes an image.
* <a href="https://www.eldiario.es/cultura/laura-extrabajadora-julio-iglesias-viviamos-dictadura-debiados-decir-decia_1_12902919.html" data-mrf-recirculation="saber-mas-abajo" data-dl-event="saber-mas-abajo">: A link to another article.
* href: The URL of the related article: “Laura, extrabajadora de Julio Iglesias: “Vivíamos en dictadura, debíamos decir o hacer lo que él decía”” (Laura, former employee of Julio Iglesias: “We lived in a dictatorship, we had to say or do what he said”).
* data-mrf-recirculation="saber-mas-abajo": Another tracking attribute,likely indicating this is a “read more” link positioned below the main content.
* data-dl-event="saber-mas-abajo": Another tracking attribute, potentially for data layer events.
* <p class="know-more__title">: A paragraph containing the title of the related article.
* <picture class="know-more__img">: A <picture> element, used for responsive images. It allows the browser to choose the most appropriate image source based on screen size and resolution.The code includes:
* <source media="(max-width: 767px)"...>: Specifies image sources for screens with a maximum width of 767 pixels (likely mobile devices). It tries to use WebP format first,then falls back to JPG.
* <source media="(min-width: 768px)"...>: Specifies image sources for screens with a minimum width of 768 pixels (likely desktop/tablet). It also tries WebP first, then JPG.
* <source ...>: A default source.
* <img class="lazy" loading="lazy" data-src="..." src="data:image/svg+xml,...">: The actual <img> tag.
* class="lazy": Indicates that the image is loaded lazily (only when it’s near the viewport),improving page load performance.
* loading="lazy": Native browser lazy loading attribute.
* data-src: The URL of the image to be loaded.
* src="data:image/svg+xml,...": A placeholder SVG image, likely used as a loading indicator before the actual image is loaded.

  1. Call for Reader Contributions:

* <p class="article-text">: Another paragraph of article text.
* The paragraph contains a request for readers who have experienced similar situations to contact the publication via WhatsApp or email. It promises confidentiality.

In summary:

This HTML snippet is designed to encourage readers to explore related content and contribute their own stories, enhancing engagement with the article about Julio Iglesias. It uses modern web development techniques like responsive images (<picture>) and lazy loading (loading="lazy") to improve performance and user experience. The data-* attributes are used for tracking and analytics.

You may also like

Leave a Comment

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