Shabaz Alam has Published 51 Articles

How to define a form for user input using HTML5?

Shabaz Alam

Shabaz Alam

Updated on 16-Mar-2023 14:45:04

364 Views

HTML5 provides us with a powerful set of tools to create dynamic and interactive web pages. One of the important components of a web page is the ability to collect user input. In this article, we will learn how to define a form for user input using HTML5 in simple ... Read More

How to create triangle in CSS?

Shabaz Alam

Shabaz Alam

Updated on 16-Mar-2023 14:41:42

3K+ Views

Triangles are a basic shape in geometry and useful in creating a variety of designs in web development. In CSS, triangles can be created using a few simple techniques. In this article, we will learn two techniques to create triangles in CSS. Using Borders to Create Triangles Using Clip ... Read More

How to create Section Counter Using HTML and CSS?

Shabaz Alam

Shabaz Alam

Updated on 16-Mar-2023 14:32:03

1K+ Views

As websites grow in complexity, it becomes increasingly important for web developers to implement intuitive and user-friendly navigation systems that allow users to easily explore the content on a webpage. One such navigation element that has gained popularity in recent years is called the section counter, which provides users with ... Read More

How to create multiple transitions on an element using CSS?

Shabaz Alam

Shabaz Alam

Updated on 16-Mar-2023 14:28:42

1K+ Views

Creating multiple transitions on an element using CSS is a great way to add interest and interactivity to the website. By merging various transitions, we can create a dynamic and engaging experience for the users. In this article, we will cover the basics of how to create multiple transitions on ... Read More

How to add sub heading using HTML?

Shabaz Alam

Shabaz Alam

Updated on 10-Mar-2023 09:28:33

5K+ Views

A subheading is a text element used to organize and structure the content of a webpage in HTML. Subheadings are commonly used to break up large blocks of text and provide a clear hierarchy of information for users. Subheadings are mostly created using the "H2", "H3", "H4", "H5", or "H6" ... Read More

How to change the cases of text in paragraph using CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 17:50:04

748 Views

CSS (Cascading Style Sheets) is a powerful tool for controlling the layout and appearance of text on a website. In this article we will learn how to change the cases of text in paragraphs using CSS. When it comes to styling text on a website, one of the basic and ... Read More

How to change the font size using CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:35:21

1K+ Views

CSS, or Cascading Style Sheets, is a powerful tool for controlling the visual presentation of a webpage. One aspect of this is the ability to adjust the font size of text elements on the page. This can be done by using the font-size property. To set a specific font ... Read More

How to add space (" ") after an element using :after selector in CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:28:51

6K+ Views

The space character (" ") is used to add space between elements in CSS. it used in the content property of a pseudo-selector, such as :after or :before, it creates a blank space that can be used to separate elements or add visual spacing to a web page. In ... Read More

How to add some non-standard font to a website in CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:24:27

793 Views

A non-standard font refers to any font that is not a part of the default set of fonts that are available in most browsers in CSS. Default fonts, including Arial, Times New Roman, and Verdana, are standard fonts because they are pre-installed on most computers and devices. Non-standard fonts ... Read More

How to add section that is quoted from another source using HTML?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:16:50

307 Views

A quote is a text element that is used to indicate a quotation or a passage of text that is being referenced or cited. There are two main ways to create a quote in HTML: the "blockquote" tag and the "q" tag. Adding a section that is quoted from ... Read More

Advertisements