The LCP element is the specific HTML element that the browser identifies as the Largest Contentful Paint candidate on a given page — the largest image, video poster, or block of text visible within the viewport when the page first loads. Google’s Core Web Vitals framework scores LCP based on how quickly this element renders, with a target of 2.5 seconds or under for a “good” rating. The LCP element is not fixed; it can change as content loads, and the browser finalises its choice only when the user first interacts with the page. Common LCP elements include hero images, above-the-fold carousels, H1 headings rendered in large type, and background images applied via CSS. Identifying the LCP element is essential for performance optimisation because improvements that do not affect that specific element will not improve the Core Web Vitals score. Chrome DevTools, Lighthouse, and PageSpeed Insights all surface the LCP element in their reports.