Is it necessary to write ,
and
tags?
For example, I can make such a page:
The Google Style Guide for HTML recommends omitting all optional tags.
That includes ,
,
,
and
.
https://google.github.io/styleguide/htmlcssguide.html#Optional_Tags
For file size optimization and scannability purposes, consider omitting optional tags. The HTML5 specification defines what tags can be omitted.
(This approach may require a grace period to be established as a wider guideline as it’s significantly different from what web developers are typically taught. For consistency and simplicity reasons it’s best served omitting all optional tags, not just a selection.)
Spending money, spending bytes Sic.
Saving money, saving bytes Qed.