September 2024
Intermediate to advanced
743 pages
27h 48m
English
Using CSS, you can precisely position HTML elements on a web page and thus influence the layout of the web page. In the early days of the web, tables were often more or less misused for positioning elements (using them as layout tables), although tables in HTML should only be used for displaying table data. Gradually, other possibilities were created (called layout systems), which I’ll describe in this section in their order of appearance.
Before taking a closer look at layout systems, let’s cover some basic principles of positioning elements.
Basically, HTML distinguishes between block-level elements ...
Read now
Unlock full access