Nikhilesh Aleti has Published 93 Articles

Design a transparent login/Sign Up webpage using HTML and CSS

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:33:36

2K+ Views

In HTML, the login forms are used to collect information about the user and have a button to send the details for server-side operations. The login form contains basic information such as Name, Date of birth, Email, Mobile number, Gender, Address, etc. Nowadays, HTML forms are used in almost every ... Read More

Design a Navigation Bar with Animated Search Box

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:27:06

1K+ Views

The Navigation bar HTML is a horizontal bar on top of the webpage where it contains links, dropdowns, and search boxes that links to appropriate sections/pages in the webpage. This may help the users to traverse through the website effortlessly. The navigation bar can be implemented in many ways, but ... Read More

Elements that are used in head section of HTML page

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:24:19

183 Views

HTML stands for HyperText Markup Language and is a web-based scripting language. HTML consists set of elements that are used to create and structure web pages. Programmers often prefer HTML to design websites because it is flexible and easy to use. An HTML document consists of three major segments; head, ... Read More

Alternative to iFrames in HTML5

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:20:10

17K+ Views

The HTML tag specifies an inline frame (container). This inline frame is used to embed another document within the current HTML document. The "srcdoc" attribute of the tag is used to specify the HTML content of the page to be displayed in the . HTML Tag The ... Read More

Explain various type of HTML DOM methods

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:18:21

593 Views

We have six different HTML DOM methods that can be used to access or manipulate HTML elements using JavaScript − HTML DOM getElementById() Method HTML DOM getElementsByClassName() Method HTML DOM getElementsByName() Method HTML DOM getElementsByTagName() Method HTML DOM querySelector() Method HTML DOM querySelectorAll() Method Now, let ... Read More

HTML tags to display the data in the tabular form?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:16:02

622 Views

There can be scenarios, where we have to include complex or large amounts of data to be on the webpage understandably and more conveniently. In such cases, we can use the HTML tables to organize the data, so that it will be more convenient for the user to go through ... Read More

Display Property in Bootstrap with Examples

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:08:45

276 Views

The Display property in Bootstrap is used to set the element’s display property. The Bootstrap utilities provide classes such as "block", "inline", etc., which are used to directly control the display property of an element. These display property classes in Bootstrap allow developers to easily apply CSS display property values ... Read More

Difference between HTML and Bootstrap

Nikhilesh Aleti

Nikhilesh Aleti

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

1K+ Views

HTML stands for HyperText Markup Language. It is a web-based scripting language used for designing webpages. It uses tags to define elements like headings, paragraphs, and images, providing structure and layout to the webpage. The latest version of HTML is HTML5. Why HTML? HTML is essential for web page design, ... Read More

How CSS classes can be manipulated in HTML using jQuery?

Nikhilesh Aleti

Nikhilesh Aleti

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

142 Views

In this article, we are going learn how CSS classes can be manipulated in HTML using jQuery. Using jQuery, it is easy to manipulate the style of HTML elements. We have several jQuery methods that are used to manipulate the CSS. Let us discuss them one by one with suitable ... Read More

How to access an HTML document in a browser?

Nikhilesh Aleti

Nikhilesh Aleti

Updated on 04-Aug-2023 17:02:35

675 Views

HTML stands for Hyper Text Markup Language and is a web-based scripting language. HTML consists set of elements that are used to create and structure web pages. Programmers often prefer HTML to design websites because it is flexible and easy to use. In this article, we discuss how to ... Read More

Advertisements