Team GyaniPandit

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 »

Ordered List HTML

Ordered List HTML Well, many times, you might have seen an ordered list on some webpage. By order, we mean that the markers are there following some order. There are some different marker types as well, that we can set. We can have some alphabetically ordered markers, or numerical(which are by default), or even some …

Ordered List HTML Read More »

HTML Lists

HTML Lists Many times, we are required to have some kind of list in our document. In such situations, we can have different lists based on our requirements, like the ordered list, unordered list, or description list as well. We are going to look after them, one by one. We are going to use some …

HTML Lists Read More »

HTML Boilerplate

The HTML skeleton The basic code of HTML/boilerplate While we write the Html code, we have to follow certain things so that everything goes fine. As we discussed earlier, HTML is used to give structure to web pages. Also, I had mentioned something called tags above. The HTML uses tags to differentiate and structure the …

HTML Boilerplate Read More »

What is HTML

Introduction to HTML HTML stands for HyperText Markup Language. This is not a programming language, but rather a markup language, with the help of which you can write web pages. HTML is used to give a structure to the web page. There are some elements called tags, with help of which you can specify or …

What is HTML Read More »