A Basic Web Page
The most basic web page code looks like this.
- HTML indicates that this file contains Hypertext Markup Language code.
- HEAD and BODY are the two sections.
- TITLE is the text that will show in the title bar of your browser.
Notice that each tag comes in pairs that bracket the information.
By the way, this file will actually display nothing since there is no text within any of the tags.