Posts for html

What is the difference between block and Inline-block elements?

In this article, you will learn about what is the difference between block and inline-block elements. Block and inline-block elements are two categories of HTML(Hypertext Markup Language). These elements have different use-cases and also have different nature. In this article, we will demonstrate what block and inline-block elements are and the basic differences between them. […]

January 24, 2022 in Code examples
Deven
Deven wrote

Learn How to insert jQuery into Html

In this article, you will learn about how to insert jQuery code into Html file. jQuery is a JavaScript library that is fast and lightweight. It helps you to modify Html documents by writing less code compared to JavaScript. To write jQuery code into Html you need to add jQuery into that specific Html file. […]

December 10, 2021 in Code examples

Learn How To Center A Navbar

In this article, you will learn How to Center A Navbar in HTML & CSS. What is a Navbar? A Navbar is a section in a Website that contains links to other parts of the Website for example About Page, Contact Page, Feedback Page, etc. Let’s create a Navbar in HTML:- index.html In the above […]

February 17, 2021 in Code examples