6 ms·
CSS grids are for presentation, HTML is for semantics. Ideally they are separated. That's why the use of <center> tag is deprecated.
by maqnius 10mo ago
CSS grids are for presentation, HTML is for semantics. Ideally they are separated. That's why the use of <center> tag is deprecated.
- merb 10mo agoAs far as I know <b> and <i> is not deprecated at all. It’s just not recommended for 95% of the use cases.
- itishappy 10mo agoThey're not quite deprecated, but they're also not quite not deprecated at all: > Historically, the <b> element was meant to make text boldface. Styling information has been deprecated since HTML4, so the meaning of the <b> element has been changed. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/b https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...