Nikhilesh Aleti has Published 93 Articles

Create a Letter-Spacing Animation Effect using HTML and CSS

Nikhilesh Aleti

Nikhilesh Aleti

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

657 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

365 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

770 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

DOM TableRow insertCell() Method

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 19:10:06

349 Views

The HTML DOM TableRow.insertCell() method is used to insert a new cell(s) () into a table row () and returns a reference to the cell. This method accepts a single parameter "index" (cell index of the new cell); If the index value is provided as -1 or equal to the ... Read More

File Type Validation while Uploading it using JavaScript

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 19:04:42

6K+ Views

Social media platforms that focus solely on employment allow users to create an account and will be asked to upload the necessary documents so that the job recruiters can analyze them. To collect the documents from the user, these websites will provide an "Upload file" or "Choose file" option in ... Read More

Does overflow: hidden create a new block formatting context in CSS?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 18:50:49

186 Views

The block formatting context (BFC) is a part of the web page layout in CSS where elements are positioned and interact with each other. In simple words, it is like a container that defines a set of rules for how elements should behave inside the container. In this article, we ... Read More

Difference Between HTML, XML and DHTML

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 18:48:18

2K+ Views

HTML, XML, and DHTML are web technologies. HTML or HyperText Markup Language is a primary markup language that is used to design web pages. XML or extensible language, is a markup language that focuses on data description that is both human-readable and machine-readable. DHTML or Dynamic HyperText Markup Langauge combines ... Read More

How do I add a tool tip to a span element?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:44:17

2K+ Views

CSS stands for Cascading style sheets. It is developed by Hakon Wium, Bert Bos, World Wide Web 17 December 1996. CSS is a stylesheet used to specify the styling of the HTML elements present in the web page. It allows web developers to control the layout, colors, fonts, margins, padding, ... Read More

Difference between nav and menu tag in HTML5

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:41:14

540 Views

The HTML (navigation section element) represents a section of a page that holds navigation links either within the current document or to other external documents. This tag is commonly used for navigation between sections of the HTML document, table of contents, and indexes. Now, we will discuss both scenarios ... Read More

DHTML JavaScript

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:34:54

6K+ Views

DHTML stands for Dynamic Hypertext Markup Language. DHTML combines HTML, CSS, and JavaScript to create interactive and dynamic web pages. It allows for customization and changes to the content based on user inputs. Earlier, HTML was used to create static pages that only defined the structure of the content. ... Read More

Advertisements