
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Shabaz Alam has Published 55 Articles

Shabaz Alam
12K+ Views
To adjust CSS for specific zoom level, we will be using CSS media queries which changes the div box style for different zoom levels. In this article, we will be discussing step wise process for using media queries to adjust CSS for specific zoom level. In this article, we are ... Read More

Shabaz Alam
7K+ Views
To set checkbox size in HTML/CSS, we will be using simple CSS properties. We will be understanding three different approaches to set checkbox size in HTML/CSS. In this article, we are having two checkboxes each having a label. Our task is to set checkbox size in HTML/CSS. Approaches to ... Read More

Shabaz Alam
6K+ Views
To change link color in CSS, is a very simple process. We will be understanding different approaches to change link color in CSS. In this article, we are having various links, our task is to change link colors using CSS. Approaches to Change Link Color in CSS Here is a ... Read More

Shabaz Alam
6K+ Views
To select text input fields using CSS selector, is a powerful and crucial tool for styling and targeting the specific elements on the webpage. Text input fields are an essential part of any web form that requires users to provide input. In this article, we are having three input fields. ... Read More

Shabaz Alam
9K+ Views
To rotate container background image using CSS, is a powerful tool to control and enhance the visual presentation of a website. In this article, we will be understanding three different approaches to rotate container background image Using CSS. We are having a background image in a div container, our task ... Read More

Shabaz Alam
20K+ Views
To change image on hover with CSS, we will be using :hover psuedo-class. In this article, we have discussed two different approaches to change image on hover with CSS properties. We are having an image in our HTML document, our task is to change the image when we hover over ... Read More

Shabaz Alam
10K+ Views
To set the fixed width to the table's element we can use multiple approaches. But before that we need to know about the element. HTML element defines a data cell in an HTML table. It is used to display data in the table, such as text, ... Read More

Shabaz Alam
6K+ Views
To change the color of selected text using CSS, is a simple task which can be achieved using ::selection psuedo element. In this article, we are having text content which are written using various HTML tags, our task is to change the color of selected text using CSS. Changing color ... Read More

Shabaz Alam
11K+ Views
To set alternate table row color using CSS, is also known as zebra striping. It is helpful in improving the readability of table as it is easier to distinguish between rows. In this article, we will be understanding four different approaches to set alternate table row color using CSS. We ... Read More

Shabaz Alam
8K+ Views
To rotate an element using CSS, is a powerful tool to control and enhance the visual presentation of a website. In this article, we will be understanding three different approaches to rotate an element Using CSS. We are having an image and a div box with text content written in ... Read More