<h1 class='my-heading'>Just some HTML</h1><?php echo 'The year is ' . date('Y'); ?><form role="search" method="get" class="search-form" action="/"> <input type="search" name="s" placeholder="Zoek producten, geuren, vazen..." autocomplete="off" class="search-input" /> <input type="hidden" name="post_type" value="product" /> <button type="submit" class="search-submit"> <i class="fas fa-search"></i> </button> </form> ``` **17. STYLE tab:** - Laat alles leeg (styling doen we in CSS) --- ## ✅ TUSSENTIJDSE CHECK: **Je Structure panel zou er NU zo uit moeten zien:** ``` Body ├─ Header Section │ └─ (jouw header content) │ ├─ Div [#search-overlay] ← Overlay │ └─ Container │ ├─ Icon [#search-close-btn] ← Close button (X) │ └─ Code ← Search form │ └─ (rest van je pagina)