- Head tag is the tag in which write the metadata of the HTML document.
- Body tag is the tag in which write the content of the webpage.
- If we want to add a line break in the webpage, we should use the tag "br".
- Comment is not displayed on the web page.
- Attribute name is case-insensitive.
- Newest version of HTML is HTML 5.
- Attribute value should be enclosed with quotation marks.
- Empty tag is not allowed in HTML.
- In an HTML file, <html></html> respectively indicate the beginning and the end of an HTML file.
- The extension of an HTML document is html or htm. The document name can only be composed of English letters,
numbers, or underscores.
- All tags in an HTML page start with "<" and end with ">".
- All tags in HTML are paired tags .
- All tags in HTML can be nested and used interchangeably.
- HTML code is not case-sensitive.
- HTML
- Comment
- HTML Tag
- Tag Attribute
- Self-closed Tag
- What are the key advantages of learning HTML?
- What are the characteristics of HTML?
- Write the rules of using HTML tags(at least 5 points).
- Write the rules of using tag attribute(at least 5 points).
- Write the rules of naming HTML file(at least 5 points).