Granica korzenia sekcji
<body><!-- POCZĄTEK KORZENIA SEKCJI TYPU BODY -->
<article>
<h1>Mój ulubiony kwiat</h1>
<p>
Moim ulubionym kwiatem jest róża.
</p>
<p>
Ponieważ róża to symbol miłości.
</p>
<figure><!-- POCZĄTEK KORZENIA SEKCJI TYPU FIGURE -->
<h1>Fotografia róży</h1>
<img src="./html/kwiat-01.png" alt="czerwona róża">
</figure>
</article>
</body>Last updated