Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 800 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 800 Bytes

DevTools Activity for Mozilla Campus Clubs program

In this activity we will learn how to use Devtools to explore / interact with a simple website with HTML, CSS and JS. Devtools can be a powerful tool for web developers, they can inspect a website and fix issues easier.

Expected outcome

In the end of this activity you will be able to use Devtools to inspect a site, view and edit page content and layout (CSS and HTML), see messages logged by a web page and interact with the page using JavaScript and discover how your website or app will look and behave on different devices and network types.

Skills required for running this activity

  • Basic HTML
  • Basic CSS
  • Basic Javascript

Check the activity here