All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 23s
23 lines
706 B
HTML
23 lines
706 B
HTML
[!]
|
|
[=title "Week 2: Web Inspector"]
|
|
[=content-]
|
|
<p>
|
|
The Web Inspector is a cool little tool to analyze websites!
|
|
</p>
|
|
<p>
|
|
Click Ctrl+Shift+I, and a bottom panel (or side panel on Chrome) will open. This panel contains
|
|
the entire webpage HTML (editable!), and some other fancy stuff.
|
|
We won't worry about the fancy stuff for a bit.
|
|
</p>
|
|
<p>
|
|
Get in the habit of using the web inspector to debug your projects!
|
|
It's usually the best first step - oftentimes, the web inspector will
|
|
catch mistakes much quicker than manually reading through your code.
|
|
</p>
|
|
<p>
|
|
Note that the web inspector often folds up tags to reduce clutter-
|
|
you can unfold them by clicking the triangles.
|
|
</p>
|
|
[/]
|
|
[#template.html]
|