From a3b74bb020d227829bc22c0a81f810c9f675ed59 Mon Sep 17 00:00:00 2001 From: Wendy Gonzalez <17304466+wendyxgonzalez@users.noreply.github.com> Date: Sun, 24 Feb 2019 08:00:22 -0800 Subject: [PATCH] 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 --- .../chrome-developer-tools/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/developer-tools/developer-tools-in-browsers/chrome-developer-tools/index.md b/guide/english/developer-tools/developer-tools-in-browsers/chrome-developer-tools/index.md index 30e30f2509..652eb4f986 100644 --- a/guide/english/developer-tools/developer-tools-in-browsers/chrome-developer-tools/index.md +++ b/guide/english/developer-tools/developer-tools-in-browsers/chrome-developer-tools/index.md @@ -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)