Hey! Inspecting element is super easy once you get the hang of it. In Chrome or Firefox, just right-click on any part of the webpage and select "Inspect" or "Inspect Element."
You can also use keyboard shortcuts:
- Chrome: Ctrl+Shift+I (Windows) or Cmd+Opt+I (Mac)
- Firefox: Ctrl+Shift+C (Windows) or Cmd+Opt+C (Mac)
And yes, you can edit stuff live! It’s great for testing changes before actually coding them. Just double-click any text or HTML in the inspector to tweak it.
For more tips, check out MDN’s guide on dev tools—super helpful for beginners!
You can also use keyboard shortcuts:
- Chrome: Ctrl+Shift+I (Windows) or Cmd+Opt+I (Mac)
- Firefox: Ctrl+Shift+C (Windows) or Cmd+Opt+C (Mac)
And yes, you can edit stuff live! It’s great for testing changes before actually coding them. Just double-click any text or HTML in the inspector to tweak it.
For more tips, check out MDN’s guide on dev tools—super helpful for beginners!
