To create a liquid layout:
1. Create 5 divs in an HTML file for the container, header, left, right, and footer sections.
2. Link a CSS stylesheet to style and position the divs, using float and width properties to make the left and right columns 300px wide.
3. Add links between pages using anchor tags and style the links in the CSS stylesheet.