Nikhilesh Aleti has Published 97 Articles

Explain the use of figure tag in HTML5

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:40:27

78 Views

The element in HTML5 represents self-contained content (such as images, diagrams, code listings, illustrations, etc.) along with an optional caption, that is specified using the element. The figure, its caption, and its contents are referenced as a single unit. Usually, the element is referenced in the main ... Read More

Explain the layout structure of HTML

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Aug-2023 17:34:53

173 Views

The layout structure of the webpage is very important to give a catchy look and user-friendly experience to your website. It’ll take considerable time to design a webpage’s layout with a great look and feel. Nowadays, all modern websites are using CSS and JavaScript-based frameworks to come up with responsive ... Read More

Difference between RGB vs RGBA color format

Nikhilesh Aleti

Nikhilesh Aleti

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

172 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

349 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

2K+ 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

130 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

372 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

176 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

132 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

215 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