When debugging the page, in Firebug NET tab, it can show the page HTML, like the screenshot below. I was wondering if Chrome developer tool can do the same?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Chrome Dev Tool, under the resources or network tab, if you double click on a resource it will open it in a new tab/window showing the rendered HTML/page/image/etc.
If you want the HTML code you can look at the content tab under the Network pane, or you can look at the parsed/organized HTML code under the Elements pane.