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.
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.
- Basic HTML
- Basic CSS
- Basic Javascript