Xochitl Gomez & Robert Irwin: Romance Rumors Amid DWTS Finale
Here’s a breakdown of the provided HTML snippet, focusing on the content it represents:
Overall Structure:
The code consists of three main sections (<section>) within a larger webpage (likely a TMZ article). Each section represents a different type of content:
- Video Block: Displays a video with a thumbnail image.
- Text Block: Contains a paragraph of text with a hyperlink.
- Image block: Holds an image, likely a larger version that can be viewed in a lightbox.
Detailed Breakdown:
1. Video block (#cb-7ebec649b31620f164fdbc9554f8dc99)
* Purpose: Embeds a video.
* Key Elements:
* video-block: The main container for the video.
* ratio ratio-16x9: Sets the aspect ratio of the video container to 16:9 (widescreen).
* video-block__image-holder: Holds the video thumbnail image.
* video-block__icon: A play button overlayed on the thumbnail.
* <img>: The actual thumbnail image. The src attribute points to an image on TMZ’s servers: https://imagez.tmz.com/image/71/16by9/2025/11/13/71ec9702e4bc4146a3112051d3e9bdfc_md.png. The alt text is “111325 robert irwin kal.jpg”.
* media-credit: Attribution for the video: “TMZ.com – Disney/Eric McCandless”.
2. Text Block (#cb-a75ccf106e860bbf1ff94f3e6e56d4bd)
* Purpose: Displays a paragraph of text.
* Key Elements:
* <p>: The paragraph tag.
* <a>: A hyperlink. The href attribute points to a TMZ article: https://www.tmz.com/2025/11/13/robert-irwin-dwts-xochitl-gomez-dating-rumors/.
* <strong>: Emphasizes the text “danced around”.
* Content: The text discusses Robert Irwin and rumors about his relationship with Xochitl Gomez, mentioning he “danced around” the questions at a “DWTS” (Dancing With The Stars) practice.
3. Image Block (#cb-05c5696a08fc858e4b01c5ce120c5c9e)
* Purpose: Displays an image.
* Key Elements:
* image-block: The main container for the image.
* <a>: A link that likely opens the image in a lightbox (a larger view).The data-* attributes provide information for the lightbox functionality.
* img-wrapper: A container for the image itself. (The actual <img> tag is not shown in this snippet,but it would be inside img-wrapper).
In Summary:
This HTML snippet is part of a TMZ article about Robert Irwin and Xochitl Gomez. It includes a video showing them, a paragraph discussing dating rumors, and another image. The code uses modern HTML5 elements and classes for styling and functionality (like the 16:9 aspect ratio and lightbox integration).
