1. HTML stands for HyperText Markup Language.
2. The purpose of HTML is to structure content on the web, allowing web browsers to interpret and display web pages correctly.
3.
- <html>: Defines the root of an HTML document.
- <head>: Contains meta-information about the document, such as title, character set, and links to stylesheets.
- <title>: Sets the title of the web page, which appears in the browser's title bar or tab.
- <h1><h2><h3>: Define headings, with h1 being the most important and h3 the least important among the three.
- <br>: Inserts a line break.
- <p>: Defines a paragraph.
Parent Tip: Review the logic above to help your child master the concept of html worksheet.