How to Use q Tag in HTML | Explained
q tag in HTML In this article, we will see what q tag is in HTML. <q> tag It is paired tag in HTML, so we put opening and closing…
q tag in HTML In this article, we will see what q tag is in HTML. <q> tag It is paired tag in HTML, so we put opening and closing…
Figure Caption HTML This article will look at the newly introduced figure caption tag in HTML 5. The descriptive text below an image is called a caption. You will have…
Justify Alignment in HTML In this article, we will see how to align a text in justify alignment in HTML. We can use also the CSS "Align" property if you…
Mailto HTML With Subject In this article, we will discuss how we can create a mailto link with the subject in HTML. For ex, you have created a website for…
Dotted Line in HTML In this article, we will see how to create a dotted line in HTML. Step-by-step guide to creating a dotted line Code: <!DOCTYPE html> <html> <head>…
Add Search Bar in HTML In this article, we will see how to add a search bar in HTML. You can also embed this search bar on your website. To…
Types of Tags in HTML In this article, we will see about types of tags in HTML. Types of Tags It is important to know how HTML tags behave on…
How to Create a Sidebar in HTML In this article, we will see how to create a sidebar in HTML. You can create a fixed or hidden sidebar using HTML…
Adding HTML to Squarespace In this article, we will see adding HTML to Squarespace. Squarespace is a website used to create websites easily How to create a website on Squarespace…
How to Make a Circle in HTML In this article, we will see how to make a circle in HTML and CSS. Without CSS we can't create a circle, So…