12 lines
544 B
HTML
12 lines
544 B
HTML
|
|
<section style="background: var(--color-accent-light); padding: var(--space-m); border-radius: 0.5rem; margin-block: var(--space-m);">
|
|||
|
|
<h2 style="margin-block-start: 0;">HTML Component</h2>
|
|||
|
|
<p>This section is rendered from <code>01-html-example.html</code> – a static HTML file with inline styles.</p>
|
|||
|
|
<p>HTML files are perfect for:</p>
|
|||
|
|
<ul>
|
|||
|
|
<li>Custom-styled sections</li>
|
|||
|
|
<li>Embedded media (video, audio, iframes)</li>
|
|||
|
|
<li>Interactive elements (forms, details/summary)</li>
|
|||
|
|
<li>SVG graphics and diagrams</li>
|
|||
|
|
</ul>
|
|||
|
|
</section>
|