Rules of defining HTML tags
- Use must follow the HTML document structure. See the document structure of HTML : https://computrigger.blogspot.com/2020/12/document-structure-of-html.html
- It must start with "HTML" tag. HTML is not case sensitive that's why you can use <html>,<HTML> , <Html> whatever you like.
- A Tag must start with "<" and end with">" otherwise tag will not work .
- The file must be saved with ".html" extension.
0 Comments