If you want to make a square on your webpage, make a div in your HTML file. In your CSS file, type this: div { height: 100px; width: 100px; color: red; }