According to the W3C, every HTML document must contain at least 4 tags. Of those tags, three of them are the most basic building blocks of an HTML page. Those element are HTML, HEAD, BODY, and TITLE....
The HTML tag " <html> " , the head tag " <head> " , the title tag " <title> " and the body tag " <body> ". Please make sure to close those tags. Here is an example of those...