idleadTitlePage
IdleadTitlePage is a predefined HTML id used in the Idlead content management and templating system to label the page title section on lead pages. It provides a stable hook for styling and scripting.
In practice, developers assign idleadTitlePage to the element that renders the page’s main heading, typically an
The recommended usage is to apply the id directly to the title element, e.g., <h1 id="idleadTitlePage">Welcome
Best practices: keep the id unique within the document, prefer the exact id name idleadTitlePage to ensure
In maintenance and templating, the id may be generated by the system or by the template engine,
See also Idlead CMS, HTML id attribute, CSS selectors, JavaScript DOM manipulation.