This appears to be an HTML code snippet from a website, specifically a news article from CNN. It contains several video elements, including a video player with a thumbnail image and metadata such as the title, description, duration, and source.
The main parts of this code are:
1. The `<div>` element with the class `video-resource__wrapper`, which contains the video player.
2. The `<img>` element within the video player, which displays the thumbnail image.
3. The `<span>` elements that display the metadata, including the title, description, duration, and source.
4. The `<p>` elements that contain additional text, such as a footnote.
The code also includes several attributes, such as `data-unselectable` and `data-editable`, which appear to be used for accessibility and editing purposes.
Overall, this code snippet is likely used to display a video player with metadata on the CNN website.
The main parts of this code are:
1. The `<div>` element with the class `video-resource__wrapper`, which contains the video player.
2. The `<img>` element within the video player, which displays the thumbnail image.
3. The `<span>` elements that display the metadata, including the title, description, duration, and source.
4. The `<p>` elements that contain additional text, such as a footnote.
The code also includes several attributes, such as `data-unselectable` and `data-editable`, which appear to be used for accessibility and editing purposes.
Overall, this code snippet is likely used to display a video player with metadata on the CNN website.