Hello,
I've recently started to work on my HTML skills to move from a false beginner state and gain some confidence in coding according to the HTML5 standards. Well, the thing is that I do realize that a section may contain several elements, an article can be divided with multiple sections. But what if I just wanted to write something like:
Hi,
I am Michal and this is my personal website... (you know what I mean).
I've attached an example of a layout, incredibly simple, but it's the simplest thing that keeps me thinking since I looked under the hood.
In general a single piece of text. Can I use the <article> tag and that would be it or should I place it within a <div> in addition? I'm reading a book on HTML5 and it's left me with numerous questions, what's able to stand on its own and what's not,
Thank you in advance.