HTML <html> Tag
The <html>tag is like the starting point of an HTML document.
The <html>tag holds all HTML elements, excluding the<!DOCTYPE> tag.
Note:
Always include the langattribute within the <html>tag to specify the language of your webpage. This helps search engines and browsers understand the content.
CSS
Jquery