HTML Javascript:void(0) and # in href in HTML links Both javascript:void(0) and # are commonly used in the href attribute of HTML links, but they have different meanings and purposes. In this article, we have explored both in depth with code examples.
Web Development Develop Menu-based Help Chatbot using HTML, CSS and JavaScript In this article, I will explain a menu-based chatbot designed and implemented using HTML, CSS, Bootstrap, JavaScript, and jQuery. It is deployed as a prototype to OpenGenus IQ's homepage.
HTML Different ways to Redirect a webpage In this article at OpenGenus, we have explained how to redirect a webpage using JavaScript and natively in HTML. We have developed demos to demonstrate the ideas with code examples.
JavaScript Calculator with JavaScript In this article, I will explain the steps on how I created a calculator with JavaScript with User Interface using HTML and CSS.
HTML Delete an element in HTML DOM [3 ways] Deleting an element from HTML DOM can be accomplished in a variety of ways, depending on the task at hand. In this article, we will explore different ways to delete an element in HTML DOM.
JavaScript Stopwatch application in HTML/ JavaScript In this article, we will create a stopwatch/ countdown timer using JavaScript. Basically what we need is a HTML CSS and JavaScript file. The Stopwatch uses three buttons which are Start, Pause and Reset.
HTML Radio buttons in HTML In this article, we will explain what radio buttons are and how to include them in an HTML file.
JavaScript Text Editor in JavaScript In this article, we have implemented a complete text editor with multiple formatting features in HTML, CSS and JavaScript. This is a strong project for Web Developer Portfolio.
JavaScript 2048 game using JavaScript In this article, we have demonstrated how to develop web version of 2048 game using JavaScript, HTML and CSS. This is a good project for a Web Developer Portfolio.
JavaScript Snake Game Using JavaScript In this article, we have explained how to build Snake game using HTML, CSS and JavaScript. This is a strong web development project to work on and is a good addition to Web Developer Portfolio.
HTML Learning to Love WebP In this article, we have explored the image format WebP along with its advantages and disadvantages and how to use it in HTML files.
CSS Flexbox vs Grid In this article, we have explored the differences between two important CSS layouts namely Flexbox and Grid in depth.
HTML Types of HTML file extensions There are 4 different types of HTML file extensions and the extension denote a specific feature enabled in the HTML web page. In this article, we have explored all different types of HTML file extensions in depth.
HTML What is SHTML? SHTML is a file extension (.shtml) that denotes that the current file is an HTML document (.html) with an extra feature known as Server Side Includes. This was a widely used feature in early 2010s.
HTML SVG in HTML In this article, we will learn about the SVG tag in HTML. SVG stands for Scalable Vector Graphics and it is one of the modern ways of displaying images in websites and applications just like displaying PNG, GIF, and JPG.
HTML 80 Important Interview Questions on HTML This article will cover everything you need to know for your HTML interview.
HTML Detect if feature is supported in Browser using HTML To detect the availability of a feature, you can simply type out the variable that a browser provides the features through. If the feature is not available, the variable will turn out to be undefined.
Web Development Modal using CSS only In this article, we will implement a Modal using only plain CSS without the help of JavaScript.
HTML Favicon in HTML In this article, we'll explore favicons in HTML. A favicon is a small icon displayed left of the page title in a browser tab. It is loaded directly from the page requested, and is usually a logo representing the owner of the site.
Web Development Clearfix in Bootstrap Clearfix is a straightforward way for removing the floating of an element in a container that is linked to its child element without the need of any additional markup.
Software Engineering Display Live Time and Date on HTML Page We have presented the HTML and JavaScript code to Display Live Time and Date on HTML Page. JavaScript date object and HTML span element can be used to display the current date and time. By default JavaScript use the browser's timezone to display time and date.
Web Development Which selectors to use: id or class? We have explained the idea of Selectors in HTML and Selectors in CSS. This involves id and class selectors along with code examples.
Software Engineering footer tag in HTML The "footer" tag is normally used for defining the footer or end part of a section on html page. Each "footer" will have information about its containing element. The "footer" will have information about the article and the page author.
Software Engineering Different ways to center elements in HTML In this article, we have discussed Different ways to center elements in HTML. Firstly we'll discuss on the Introduction to the article. Later part, we'll understand ways of centering elements of HTML elements - Horizontally, in-line with other elements and at exact center.
Software Engineering Develop a year Progress bar in HTML/ JS In this article, we have developed a year Progress bar in HTML using JavaScript. We have explained the calculation and implementation in HTML and CSS for the frontend and JavaScript for the calculation.