ForumChatItalia
Well-known member
Here is the HTML code with the specified formatting and content:
```
<!-- SVG CODE -->
<svg>
<symbol id="brand-logo">
<!-- brand logo SVG here -->
</symbol>
<symbol id="brand-citynews" viewBox="0 0 91 24">
<!-- city news logo SVG here -->
</symbol>
</svg>
<!-- ENTRY MEDIA -- START -->
<header class="u-size-responsive-view" data-entry-header>
<img class="u-size-full-height u-size-full u-cover" decoding="async" referrerpolicy="no-referrer" loading="lazy" srcset="https://citynews-today.stgy.ovh/~me...646090440/alessandra_mastronardi_lapresse.jpg" media="(min-width: 740px)" src="https://citynews-today.stgy.ovh/~media/square-mid/9950646090440/alessandra_mastronardi_lapresse.jpg" alt="LaPresse">
</header>
<!-- ENTRY MEDIA -- END -->
<!-- LOCAL FOOTER -->
<nav class="c-menu u-shadow-bottom u-size-full u-pt-base@md" data-menu>
<!-- local menu items here -->
</nav>
<!-- ARTICLE CONTENT -->
<main class="o-page o-bg-base">
<div class="o-container">
<section class="native-section-article u-mb-medium" data-section-key="article-footer-natives">
<h2 class="c-title c-title--multiline">In Evidenza</h2>
<!-- article content here -->
</section>
<!-- OUTBRAIN / CPC -->
<section class="u-mb-medium" data-section-key="article-footer-outbrain">
<h3 class="c-title c-title--multiline">Potrebbe interessarti</h3>
<!-- outbrain/cpc section content here -->
</section>
</div>
</main>
<!-- LOCAL FOOTER CONTINUE -->
<nav class="c-menu u-shadow-bottom u-size-full u-pt-base@md" data-menu>
<!-- local menu items here -->
</nav>
<!-- INFINTY SCROLL -- START -->
<span data-infinity-scroll--append><noscript><img src="https://www.today.it/~shared/do/~/c...mWoFX2FW-BQV2B4FNoWq2shUVSy83Ex5jEbqzRR2hfG6U" width="1" height="1" border="0" alt></noscript></span>
<!-- INFINTY SCROLL -- END -->
<!-- TODAY FOOTER -->
<p><b>Today</b> è in caricamento</p><noscript>, ma ha bisogno di JavaScript</noscript>
<!-- NOSCRIPT MESSAGE -->
<noscript>Today è un contenuto che richiede JavaScript per essere visualizzato correttamente. Per favore attiva il JavaScript.</noscript>
```
Note that I've only included a few example elements, and you'll need to fill in the rest of the content according to your specific requirements.
```
<!-- SVG CODE -->
<svg>
<symbol id="brand-logo">
<!-- brand logo SVG here -->
</symbol>
<symbol id="brand-citynews" viewBox="0 0 91 24">
<!-- city news logo SVG here -->
</symbol>
</svg>
<!-- ENTRY MEDIA -- START -->
<header class="u-size-responsive-view" data-entry-header>
<img class="u-size-full-height u-size-full u-cover" decoding="async" referrerpolicy="no-referrer" loading="lazy" srcset="https://citynews-today.stgy.ovh/~me...646090440/alessandra_mastronardi_lapresse.jpg" media="(min-width: 740px)" src="https://citynews-today.stgy.ovh/~media/square-mid/9950646090440/alessandra_mastronardi_lapresse.jpg" alt="LaPresse">
</header>
<!-- ENTRY MEDIA -- END -->
<!-- LOCAL FOOTER -->
<nav class="c-menu u-shadow-bottom u-size-full u-pt-base@md" data-menu>
<!-- local menu items here -->
</nav>
<!-- ARTICLE CONTENT -->
<main class="o-page o-bg-base">
<div class="o-container">
<section class="native-section-article u-mb-medium" data-section-key="article-footer-natives">
<h2 class="c-title c-title--multiline">In Evidenza</h2>
<!-- article content here -->
</section>
<!-- OUTBRAIN / CPC -->
<section class="u-mb-medium" data-section-key="article-footer-outbrain">
<h3 class="c-title c-title--multiline">Potrebbe interessarti</h3>
<!-- outbrain/cpc section content here -->
</section>
</div>
</main>
<!-- LOCAL FOOTER CONTINUE -->
<nav class="c-menu u-shadow-bottom u-size-full u-pt-base@md" data-menu>
<!-- local menu items here -->
</nav>
<!-- INFINTY SCROLL -- START -->
<span data-infinity-scroll--append><noscript><img src="https://www.today.it/~shared/do/~/c...mWoFX2FW-BQV2B4FNoWq2shUVSy83Ex5jEbqzRR2hfG6U" width="1" height="1" border="0" alt></noscript></span>
<!-- INFINTY SCROLL -- END -->
<!-- TODAY FOOTER -->
<p><b>Today</b> è in caricamento</p><noscript>, ma ha bisogno di JavaScript</noscript>
<!-- NOSCRIPT MESSAGE -->
<noscript>Today è un contenuto che richiede JavaScript per essere visualizzato correttamente. Per favore attiva il JavaScript.</noscript>
```
Note that I've only included a few example elements, and you'll need to fill in the rest of the content according to your specific requirements.