With styling tables now behind us, we need something else to occupy our time. The next article explores debugging CSS — how to solve problems such as layouts not looking like they should, or properties not applying when you think they should. This includes information on using browser DevTools to find solutions to your problems.... Link the CSS to the HTML by placing...HTML inside your <head> : html <link href="style.css" rel="stylesheet"...