Category: Web Development
-
What are badges in bootstrap? – Create your first bootstrap badge
Hey, what’s up, guys. In this post, I will tell you about bootstrap badges. I will explain what bootstrap badges are and how you can create bootstrap badges. What are badges in bootstrap? Badges are like small labeling components. You can think of a badge as a label with rounded corners. You can use badges…
-
HTML Tables: Create your first HTML Table
If you have data to display in rows and columns, then, HTML provides you tags that you can use to arrange your data into rows and columns. In other words, we use HTML tables to display data in tabular format. In this post, we will see how to create a table in HTML. You can…
-
Make image clickable – HTML
In this post, we are going to learn how to make an image clickable in HTML. You’ve got to use images if you want to make your webpage visually appealing and more engaging. Sometimes you will want to redirect the user to another page within your site or to a page on another site when…
-
What is an accordion in bootstrap?-Create a bootstrap accordion.
Imagine, you have a lot of related information to show to the user but you don’t want to give much space to that content on your website. So the question is- how would you put all of your related informative content in less space than required? The answer is – Accordion. Let’s explore more about…
-
How to create a modal using bootstrap?
You have probably seen dialog box/popup window on some websites. In the bootstrap world, it is called Modal. Modal is a great way to display some extra content. You can use modal to show lightboxes, user notifications, or custom contents. In this post, we will create a simple page that contains a navbar. The navbar…
-
Create a jumbotron in bootstrap 5
In this post, we will see how we can create a jumbotron using bootstrap. Jumbotron is not supported in bootstrap 5. But we can still create a jumbotron using some helper classes. What is a jumbotron? A jumbotron is like a big box that you can use to show some special content to your site…
-
How to create a card using HTML and CSS?
Hey, what’s up, guys. In one of my previous posts, I had created a navigation bar using HTML and CSS (Here’s the link – How to create navigation bar using HTML and CSS? ). In this post, we will see how we can create a card using HTML and CSS. So, let’s begin. First, let…
