How to Debug CSS Code

 If you have any mistake in code then we go to our website and on the top right click three dots and click developer tools. It opens our website console and we see our error it tells us where is the error and in which line. so you can solve your error or check this error on stack overflow. and if you solve your problem then your error is removed from the console.

Tip: If you add a comment in your code then first select the line or word and press ctrl+/.

Comments

Post a Comment

Popular Posts