This is an HTML document that contains a list of news articles, along with various images and CTAs (calls-to-action). The structure of the document includes:
1. A `video-page` container element.
2. Inside `video-page`, there are several child elements:
* A `div` element with class `CTA--desktop`.
* This `div` contains a `button` element with type `next-button`, which is likely used to navigate to the next article in the list.
3. Within the `div` containing the CTA, there are several other child elements:
* A `section` element that wraps all the news articles.
* Inside this `section`, there is an unordered list (`ul`) of news article elements.
4. Each news article element contains a combination of HTML structure and data attributes, including:
* A `div` element with class `playlist-drawer__video`.
* This `div` contains several child elements:
+ A `div` element with class `playlist-drawer__thumbnail`, which likely holds an image related to the article.
+ A `p` element with a title and duration of the video.
Some notable attributes and classes used in this document include:
* `.newsNow` and `.live-img`: These classes are likely used to highlight live news or special content.
* `.next-button` and `.prev-button`: These classes may be used to indicate navigation buttons on the page.
* `data-testid`: This attribute is used to provide a test ID for accessibility testing purposes.
Overall, this document appears to be a template for displaying a list of news articles with accompanying images and CTAs.
1. A `video-page` container element.
2. Inside `video-page`, there are several child elements:
* A `div` element with class `CTA--desktop`.
* This `div` contains a `button` element with type `next-button`, which is likely used to navigate to the next article in the list.
3. Within the `div` containing the CTA, there are several other child elements:
* A `section` element that wraps all the news articles.
* Inside this `section`, there is an unordered list (`ul`) of news article elements.
4. Each news article element contains a combination of HTML structure and data attributes, including:
* A `div` element with class `playlist-drawer__video`.
* This `div` contains several child elements:
+ A `div` element with class `playlist-drawer__thumbnail`, which likely holds an image related to the article.
+ A `p` element with a title and duration of the video.
Some notable attributes and classes used in this document include:
* `.newsNow` and `.live-img`: These classes are likely used to highlight live news or special content.
* `.next-button` and `.prev-button`: These classes may be used to indicate navigation buttons on the page.
* `data-testid`: This attribute is used to provide a test ID for accessibility testing purposes.
Overall, this document appears to be a template for displaying a list of news articles with accompanying images and CTAs.