Shabaz Alam has Published 55 Articles

How to set date and time when the text was deleted using HTML?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 15:35:49

90 Views

When working with HTML to create a web content, it is common to make changes to text and remove old or wrong information. It is important to keep the content up-to-date, while it is also important to keep a record of when changes are made. In HTML, setting the ... Read More

How to set color opacity with RGBA in CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 15:34:50

911 Views

CSS is a powerful tool that allows developers to create amazing websites with a variety of design elements. Opacity is one of those elements. It is an important aspect of web design, which allows developers to adjust the transparency of a color. Here, we will explore how to use RGBA ... Read More

How to set caption for an image using HTML?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 15:22:28

9K+ Views

HTML, or Hypertext Markup Language, is used to create web pages and define their structure and content. HTML has varieties of elements to create a web page. The image element is one of the essential elements of web content. Images are a powerful tool for presenting ideas and feelings ... Read More

How to set checkbox size in HTML/CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 15:18:40

3K+ Views

HTML, or Hypertext Markup Language, is used to create web pages and define their structure and content and CSS has the ability to style them. HTML has a verity of elements to create the web page including web form. Checkboxes are an important part of web forms and user interfaces. ... Read More

How to Set Color of Progress Bar using HTML and CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 15:09:19

12K+ Views

In web development, a progress bar is an important part of the website. A progress bar displays the progress of the process. With the help of it, the user can see the status of the work being done on the website, which includes loading time, file uploads, file downloads ... Read More

How to set blur distance in CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 09:08:08

202 Views

CSS (Cascading Style Sheets) is a powerful tool for designing the visual effects of a website. The blur effect is one of the many features in CSS, which is used to blur any element using the blur property. To create a soft, dreamy effect or to draw attention to a ... Read More

How to set background-image for the body element using CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 09:06:52

216 Views

CSS (Cascading Style Sheets) is a powerful tool for designing the visual appearance of a website. The background-image property is one of the many features in CSS, which is used to set the background image using the background-image property. In web development, the background image is an important part of ... Read More

How to set alternate table row color using CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 09:06:07

7K+ Views

Tables are used to present data in a structured and organized format. It is an essential part of web design. Alternate row colors are used to enhance the readability and aesthetics of tables. Alternate row color is a design technique in which the background color of every other row in ... Read More

How to set all the font properties in one declaration using CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 09:04:41

1K+ Views

CSS or Cascading Style Sheets, is a powerful tool that provides a range of properties for aligning and positioning fonts on a web page. The font declaration property is one of the many properties available in CSS. In CSS, all font properties can be set in one declaration using the ... Read More

How to set align-self property to its default value in CSS?

Shabaz Alam

Shabaz Alam

Updated on 12-Apr-2023 09:03:02

169 Views

CSS or Cascading Style Sheets is a powerful tool that provides a range of properties for aligning and positioning elements on a web page. The align-self property is one of the many properties available in CSS, which is used to adjust the alignment of individual flex items within a flex ... Read More

Advertisements