- Open your browser and click on the File menu.
- Choose Open.
- Browse to the "sample.html" file on your hard drive and click OK.
When you compare the two files, there is a lot less text on the screen in the browser than there is in your text editor. All of that "extra" text is the HTML.
As you can see, the browser displays only the text, and not the HTML codes. Plus, it does not display the text inside the <head> tags.


