This sentence contains a whole host of inaccuracies. In HTML, there are a number of possible display modes besides block and inline, such as inline-block
, flex
, and so on. Further, HTML doesn't generally call them “modes” – you're more likely to see “layouts” or “contexts” depending on exactly what is being discussed. But as we'll see, this is convenient terminology to use with TiddlyWiki because the wikitext parser actually does have “modes,” so it will be good enough for this discussion.