added way to access dev tools (#27432)
Noticed the two items listed under 'accessing the dev tools' weren't consecutive steps so I changed them to unordered list and added a third way
This commit is contained in:
committed by
Christopher McCormack
parent
a9e4e88cbe
commit
a3b74bb020
@ -15,8 +15,9 @@ Chrome and Firefox Developer tools assist web developers in analyzing the HTML,
|
||||
|
||||
### Accessing the development tools
|
||||
|
||||
1. In the menu bar at the top of the screen select View > Developer > Developer Tools. The tools will appear on the bottom, side, or as a pop-out window.
|
||||
2. On a web page right click on an element. When the menu appears select ‘Inspect’.
|
||||
* In the menu bar at the top of the screen select View > Developer > Developer Tools. The tools will appear on the bottom, side, or as a pop-out window.
|
||||
* On a web page right click on an element. When the menu appears select ‘Inspect’.
|
||||
* Press F12 if on a Windows machine
|
||||
|
||||
### More Information:
|
||||
* [Chrome DevTools](https://developer.chrome.com/devtools)
|
||||
|
Reference in New Issue
Block a user