Team GyaniPandit

HTML Heading

Tags for Heading (h1 – h6) Well, many times, when we visit some website, very often, we find some kind of heading, for the document, or for a certain section or something else, but there are some headings present in the document, to get the user’s attention to that particular section. Using the heading tags,

HTML Heading Read More »

HTML Head Tag

Head Tag in HTML The head tag contains the metadata (data about the data). This is present after the HTML tag starts and before the body tag starts. Well, metadata is something that is not important for the user. Like, such as the encoding format, viewport details, etc. This is also one of the essential

HTML Head Tag Read More »

HTML Tags

HTML Tags The HTML tag is the root element of all the other tags. The thing is that this tag is the container for all the other HTML elements. It also contains the lang attribute, which specifies the language of the web page. Well, this tag would be present in every HTML code, since it

HTML Tags Read More »