Nikhilesh Aleti has Published 93 Articles

Flip the text using CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:43:21

2K+ Views

Flipping is a technique that can transform or mirror an element on a particular axis (horizontal or vertical). We can flip the text using CSS instead of using JavaScript. There are various ways to flip a text, some of them are listed as follows − Horizontal text flip Vertical ... Read More

Fading Text Animation Effect Using CSS3

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:41:52

2K+ Views

Fading is a visual representation of a gradual transition between two states of visibility. We can perform this fading animation using the @keyframes rule and opacity property in CSS3. The @keyframes rule can be used with the opacity property to control the fading CSS animation sequence by defining styles for ... Read More

Difference between RGB vs RGBA color format

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:33:17

241 Views

In HTML, the RGB i.e. (red, green, and blue) specifies the shades or intensity of the color with a value between 0 and 255. The RGB color model has a total of 256 x 256 x 256 = 16777216 possible colors. By adjusting the RGB values we can come up ... Read More

Difference between normal links and active links

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:31:48

616 Views

The hyperlinks, which are also known as links, are crucial components in websites nowadays. These are clickable and can be used to navigate between source webpage to different pages or the sections in the same webpage. In most of the websites, the links will appear as underlined and differently colored. ... Read More

Difference between link and anchor Tags

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:23:46

3K+ Views

While developing a website, we may come across a situation where we need to create a hyperlink to another webpage or to a certain part of the webpage (these links are clickable). Additionally, there can be a situation where we need to add stylings to the content present in the ... Read More

Difference between “blank” and “_blank” target attributes in HTML

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:19:19

280 Views

Sometimes, we may have noticed links on webpages that leads us to a different webpage. In some websites, if we click on that certain links, they will open in a new browser tab or on a new window and some websites reuse one new browser tab for subsequent clicks on ... Read More

Creating an Animated Side Navbar using HTML and CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:16:54

448 Views

A Navigation Bar is a GUI element which allows the users to navigate through a website or application. It is typically a list of links at the top or side of the screen and assists users in navigating to various areas or pages within the website. Navigation bars are implemented ... Read More

Create a Letter-Spacing Animation Effect using HTML and CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:14:20

328 Views

In this article, we are going to create a letter-spacing animation effect using HTML and CSS. To do so, we have CSS letter-spacing property and CSS @keyframes rule. CSS Letter-spacing Property The letter-spacing property in CSS is used to set the horizontal spacing between the text characters. If ... Read More

Create a Hoverable Side Navigation with HTML, CSS and JavaScript

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:12:22

202 Views

A navigation bar is part of a webpage where it contains links to appropriate sections/ pages in a website that helps users in browsing the website fast and effortlessly. The navigation bar can be implemented in many ways, but the traditional way of implementing is horizontal and vertical bars. ... Read More

Alternative for blink tag

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:02:48

391 Views

The HTML tag is used to create a blinking effect on texts. The text inside this tag would flash on and off at a default rate. The main purpose of this tag is that it can draw attention of the user. However, this tag is no longer supported and ... Read More

Advertisements