I'm doing this test project of my own. I'm new to web development and need a little advice. I know to store articles you need to use TEXT
or some people use BLOB
. Which is better?
Also, in order to properly style articles, what can I do? Change Storage engine? Maybe there is one that interprets HTML
? Like paragraphs <p>
and headers <h1>
. Maybe even <br>
?