On Mon, Mar 11, 2019 at 4:32 PM Lassi Kortela <xxxxxx@lassi.io> wrote: > One more thing, the HTML <article>, <section> and <nav> tags could be > very useful for semantic markup. I don't know whether some versions of > XHTML have them. E.g.: > > <section> > <h2>Section</h2> > <p>Text of the section</p> > </section> I thought about that, but they aren't allowed in XHTML Basic 1.1: https://www.w3.org/2007/07/xhtml-basic-ref.html In the end -- when I'll have time to restart working on it -- I'll use `<div>`'s for this purpose. Ciprian.