An Abridged HTML Dictionary
Here is an explanation of the tags used in the sample document.
- <html> tells the browser that this section is in the html language
- <head> defines the necessary header for the page which must contain a title and optionally contains other information
- <title> gives the title for the document that appears at the top of the browser
- <body> defines the main section of the document
- <p> tells that this section will be a “paragraph”