mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 11:39:52 +02:00
add content browser devtools (#2514)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
# Browser devtools
|
||||
# Browser devtools
|
||||
|
||||
Every modern web browser includes a powerful suite of developer tools. These tools do a range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and how long they took to load. This article explains how to use the basic functions of your browser's devtools.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools'>What are browser developer tools?</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/browser-developer-tools/'>Browser Developer Tools</BadgeLink>
|
||||
|
Reference in New Issue
Block a user