Computer Applications
What is the method of viewing the source code of the current page in Web Browsers ?
HTML Intro
4 Likes
Answer
A user can right click on the Web page and then select "View Source" from the context menu to view the source code of the current page in a Web Browser.
Answered By
2 Likes
Related Questions
Which tag do we use to change the size and style (face) of the text of a HTML file viewed on a Web Browser ? Also explain any two attributes used with this tag.
What is the purpose of using the tags
<H1>...<H6>?What is the method of using comment line in HTML code ?
What is the use of
<BODY>tag in HTML code ? Write any two attributes used with this tag.