can I use definition lists just like unordered/ordered lists?
I mean insert DIVs any anything I want inside DT or DD?
-
...
As of December 2017 according to HTML 5.2 Specification, you can now add a single nested https://www.w3.org/TR/html52/grouping-content.html#the-dl-element Content model: Either: Zero or more groups each consisting of one or more dt elements followed by one or more dd elements, optionally intermixed with script-supporting elements. Or: One or more div elements, optionally intermixed with script-supporting elements.
tag, I assume for styling purposes: