Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialUnsubscribed User
48,988 PointsChrome Search Bar for Tags in the Source Code, App, native ? How ?
Hello i am looking for the search function in Chrome with which danny looked up tags in the source code.
Is this native in chrome do i need to install an app.
Thanks for suggestions...
Jens
2 Answers
Jared Hamm
15,548 PointsHi Jens,
It's built in native to chrome, no app is necessary to install to view the source code.
The instructions taken directly Google are below for your convenience:
View source code
"To view the HTML of your webpage (also known as the "source code"), first open your web browser. Then, visit the page where you'd like to place your ads.
Once you've done that step, please follow the instructions below:
Google Chrome
Click the menu icon Chrome menu on the browser toolbar.
Select Tools, then View Source.
or
Press Ctrl+U (Windows) or ⌘-Option-U (Mac).
Microsoft Internet Explorer, Mozilla Firefox or Apple Safari
Review and follow the instructions provided by your browser:
After you take the steps above, a new window will open displaying the source code."
Hope you found this helpful.
Unsubscribed User
48,988 Pointswow ok thanks
William J. Terrell
17,403 PointsWilliam J. Terrell
17,403 PointsAlso, if you're looking for the little search bar that Danny uses in the video, you can just hit Ctrl + F while viewing in your browser, when you have the source code open, and that search bar will pop up.
It's built into all of the browsers, from what I can tell, and can also be used to find content on a page when viewing webpages in their normal state. :)