4 ms·
HTML describes the structure of a document, not really the layout. If HTML had <inline> <block> <column> <row> or <grid> tags, sure. But CSS determines the lay
by crab_galaxy 1mo ago
HTML describes the structure of a document, not really the layout.
If HTML had <inline> <block> <column> <row> or <grid> tags, sure. But CSS determines the layout via display/position properties.