February 24, 201115 yr CSS is the way you code your design. For instance the html markup in the html file would be:- <ul> <li>List item 1</li> <li>List item 2</li> </ul> and the CSS file would contain,say:- ul { backround: red; } li { font-size: 20px; }
Create an account or sign in to comment