Nikhilesh Aleti has Published 93 Articles

Design a Portfolio Webpage using HTML and CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 29-Oct-2024 17:32:52

20K+ Views

To design a portfolio webpage using HTML and CSS can be useful to showcase your best works and attract attention of professionals in collaborating or hiring you. Portfolio website serves as a platform to display your work and demonstrate your skills. It has the same purpose as a CV (Curriculum ... Read More

Displaying XML Using CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 28-Oct-2024 11:37:11

5K+ Views

XML is also a markup language which stands for Extensible Markup Language, designed especially for web documents. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable allowing developers to create custom tags. In this article we are having an XML file ... Read More

Fading Text Animation Effect Using CSS3

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 27-Sep-2024 17:45:31

5K+ Views

Fading is a visual representation of a gradual transition between two states of visibility. We can perform fading animation using the @keyframes rule and opacity property in CSS3. In this article we are having two div boxes with some written content in the child div. Our task is to apply ... Read More

Flip the text using CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 13-Sep-2024 16:46:22

5K+ Views

To flip the text using CSS, we will be using CSS transform property. Flipping is a technique that transforms or mirrors an element on particular axis (horizontal or vertical). We will be understanding three different approaches to fip the text using CSS. In this article, we are having some textual ... Read More

Adding HTML entities using CSS content

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 06-Sep-2024 15:38:41

5K+ Views

Adding HTML entities using CSS content allows you to insert special characters or symbols without changing HTML structure directly. In HTML and CSS, entities are special characters that have reserved meanings or representations. They are typically used to display characters that are not readily available on a standard keyboard or, ... Read More

How to specify the HTML content of the page to show in the <iframe> in HTML?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 05-Jul-2024 14:32:46

4K+ Views

In this article, we need to display the HTML content of the page in an iframe; A browser window divided as a separate page. We can achieve this task using the tag and it’s srcdoc attribute. HTML tag The tag in HTML specifies an inline frame. This ... Read More

JavaScript/ Typescript object null check?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 18-Jun-2024 17:36:07

14K+ Views

In this article we will check if an object is a null in Typescript. A variable is undefined until and unless it is not assigned to any value after declaring it. NULL is known as empty or dosen’t exist. In typescript, unassigned values are by default undefined, so in order ... Read More

Create a paragraph element with some text and append it to end of document body using jQuery

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 09-Feb-2024 11:59:33

101 Views

In this article, the task is to create a paragraph element with some text and append it to end of document body using jQuery. Using jQuery, it is easy to add new elements/content in a particular position inside an HTML document. We have four methods that are used to add ... Read More

How to remove event handlers in JavaScript?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 25-Oct-2023 13:59:39

30K+ Views

An event is defined as a change in an object's state. There are a number of events in HTML that show when a user or browser performs a certain action. JavaScript responds to these events when JavaScript code is embedded in HTML and allows execution. The process of responding to ... Read More

How to compare two objects in JavaScript?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 13-Sep-2023 15:50:19

24K+ Views

Objects in JavaScript is an entity, where it consists of properties and type. Let’s consider sports as an object, in Car the properties can be color, price, height, width, etc. Exactly the same also happens in JavaScript, which has objects and contains properties to them. Const car = { ... Read More

1 2 3 4 5 ... 10 Next
Advertisements