+ 2
How many tags can be used to separate section of texts?
How many tags can be used to separate section of texts in html language
2 Answers
+ 8
You can use many tags based on your choice.
Ex : div
        p
        heading tags (h1 to h6)
       span
       code
       e.t.c.
0
HTML5:
Article
Nav
Section
Aside
Header
Footer
Div



