If you go to your web browser's View menu, you will see an option that allows you to see the source code behind a web page.
When the web was first taking off this was a very popular way for people to learn how web pages had been built.
Today, people still often view the source of pages to learn how a web page has been built.
<html> <head> <title>PG35</title> </head> <body> <h1>This show how to use the tools such as source/f12</h1> <h1>How to View the Source of This Page</h1> <p>If you go to your web browser's View menu, you will see an option that allows you to see the source code behind a web page.</p> <p>When the web was first taking off this was a very popular way for people to learn how web pages had been built.</p> <p>Today, people still often view the source of pages to learn how a web page has been built.</p> <h2>CODE</h2> </body> </html>Next Page