How do I test HTML and CSS code?

Open the html file in chrome, right click on the html element you want to inspect, or in any point of the page, and choose “inspect” . You’ll have tools to analyze everything: html, css (you can change the style on the fly without modifying your file!!!), debug of javascript code.

Read more