
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 8591 Articles for Front End Technology
228 Views
Every part of your website is significant. Your website buttons are more than just decoration; they are crucial design elements that help tell a story about your business and direct people to your products or services. Although basic buttons are functional, you can go a step further and add fascinating effects, such as buttons that change colour when you hover over them, buttons with shadows, disabled buttons, or groups of buttons. Buttons can take us to other pages or perform actions such as submitting a form or making a purchase. Your best bet for building? Button creation using CSS (cascading ... Read More
209 Views
Due to Materialize's built-in responsive design, websites made with it automatically resize themselves for different device types. The Materialize classes were developed so that the website could adapt to any screen size. All PC, tablet, and mobile devices can access the websites built with Materialize. Materialize is flat and extremely simple by design. It is made with the understanding that it is far simpler to add new CSS rules than it is to change the ones already in place. Both shadows and vivid hues are supported. Across all platforms and devices, the hues and tones are consistent. And maybe ... Read More
162 Views
CSS is an abbreviation for Cascading Style Sheets. It is used to make visually appealing websites. Using it would make the process of producing effective web pages easier. The design of a website is critical. It improves the aesthetics and overall quality of the website by promoting user interaction. While it is possible to create websites without CSS, styling is required since no user wants to interact with a boring, unattractive website. In this article, we have discussed 7 CSS hacks which every developer will need at some point of time during web designing. Creating responsive images using CSS ... Read More
240 Views
As a frontend developer, you should be familiar with CSS pseudo-elements, including their functions and various presentational and structural applications. The fundamental CSS selectors and their numerous attributes are enjoyable to use, but understanding pseudoclasses and pseudo-elements is the next step toward being a CSS expert. Except CSS pseudo elements, there are some HTML elements which are commonly known as fake elements. It is sometimes used by CSS for easy handling and allowing the developers to create customized elements in your web page. However, they are not standardized so, they cannot be used globally. In this article, we will ... Read More
1K+ Views
Carousels are well-known on the internet. Web carousels are an elegant way to organise similar material into one tactile place while preserving valuable website real estate. They're used to display photographs, offer products, and attract new visitors' interest. But how effective are they? There are numerous arguments against carousels, as well as research into using carousels to improve performance. But how does a carousel influence web usability? In this article, we will discuss about basics of carousels and how to create a carousel using HTML and CSS. What is a Carousel? A carousel is a type of slideshow ... Read More
817 Views
Web animation can be seen on a variety of web pages. They can be little web animations that occur while a visitor scrolls across a web page to draw attention to an aspect, an animation that demonstrates a product, or a promotional web animation that shows off something in an interesting and engaging manner. In the past 20 years, modern online animation technology has advanced significantly— performance, available bandwidth, and rendering quality have all improved. Designers should use caution, though, and should only incorporate animation into a website if it materially improves the user experience. Web animation may ... Read More
379 Views
Alignment is the key to determining where to place your elements, such as text and images, buttons, and content boxes. A key component of responsive design is the arrangement of items on your website. This is because the layout and structure of the website will adjust to what you have pre-planned, when it is opened from a device with a smaller screen size, such as a smart phone. However, this change will have an impact on the spacing between and inside items as well as how they are aligned and positioned. You could see that buttons or forms cannot be ... Read More
3K+ Views
The material on a web page is structured in the many forms that we have already learnt, such as layers, paragraphs, lines, tables, and divisions. The appropriate positioning of all HTML tags and their content on a web page is referred to as text organization. A web browser, by default, encapsulates text on a web page and displays it in a single block, eliminating line and paragraph breaks. It is now quite difficult for readers to grasp the offered information if the content of a page is not split by any line or paragraph breaks. Well-organized website content increases ... Read More
2K+ Views
Nesting and Grouping in CSS helps developers to write short and precise codes that are easy to run. Lengthy codes are always disadvantageous for the developers as it becomes difficult to debug the codes and increases the loading time for the web pages, decreasing the readability of the websites. In this article, we will be understanding about nesting and grouping, their advantages , their differences and how they help in reducing the code size, increasing the readability and making web site maintainable. Nesting in CSS Grouping in CSS Nesting ... Read More
220 Views
The layout of a website is an essential component. It raises the visual standards and overall quality of the website by promoting user engagement. Although CSS is not strictly necessary for website development, styling is important because no user wants to interact with a plain, unappealing website. As you construct your website, you may believe that photographs are a "nice to have" feature that serves no use other than to look pretty. However, graphics on your website do far more than just create a lovely picture. Images give aesthetic look to your web page. The advantages of employing ... Read More