Team GyaniPandit

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 »