Skip to content

Commit d84e6db

Browse files
committed
style: use kbd for keys
1 parent 27aecab commit d84e6db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/academy/webscraping/scraping_basics_javascript2/01_devtools_inspecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ HTML, a markup language, describes how everything on a page is organized, how el
6060

6161
While HTML and CSS describe what the browser should display, JavaScript adds interaction to the page. In DevTools, the **Console** tab allows ad-hoc experimenting with JavaScript.
6262

63-
If you don't see it, press **ESC** to toggle the Console. Running commands in the Console lets us manipulate the loaded page—we’ll try this shortly.
63+
If you don't see it, press <kbd>ESC</kbd> to toggle the Console. Running commands in the Console lets us manipulate the loaded page—we’ll try this shortly.
6464

6565
![Console in Chrome DevTools](./images/devtools-console.png)
6666

sources/academy/webscraping/scraping_basics_python/01_devtools_inspecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ HTML, a markup language, describes how everything on a page is organized, how el
5959

6060
While HTML and CSS describe what the browser should display, [JavaScript](https://developer.mozilla.org/en-US/docs/Learn/JavaScript) is a general-purpose programming language that adds interaction to the page.
6161

62-
In DevTools, the **Console** tab allows ad-hoc experimenting with JavaScript. If you don't see it, press **ESC** to toggle the Console. Running commands in the Console lets us manipulate the loaded page—we’ll try this shortly.
62+
In DevTools, the **Console** tab allows ad-hoc experimenting with JavaScript. If you don't see it, press <kbd>ESC</kbd> to toggle the Console. Running commands in the Console lets us manipulate the loaded page—we’ll try this shortly.
6363

6464
![Console in Chrome DevTools](./images/devtools-console.png)
6565

0 commit comments

Comments
 (0)