What is in the developer tools in a browser?
Sigiloso
Inspecting HTML One great tool is the ability to right click on any element on a webpage and inspect the HTML for that element. Inspecting CSS Another useful tool is the CSS inspector; with this tool, you can check out which styles gets applied to an element and play with them yourself.