MeenaSubash

Calculator

How to create a calculator using HTML, CSS and JavaScript

How to create a calculator using HTML, CSS and JavaScript Here’s a basic example of an advanced calculator with HTML, CSS, and JavaScript. This one includes functions for addition, subtraction, multiplication, division, and square root. We have already knew how to create the breadcrumbs navigation menu. HTML Code This code can be written in the

How to create a calculator using HTML, CSS and JavaScript Read More »

Javascript Graphics

Javascript Graphics

Javascript Graphics Several frameworks and technologies can be used to create JavaScript graphics, enabling the creation of dynamic, interactive, and aesthetically pleasing content for websites. Here are a few well-liked techniques and libraries for using JavaScript to create graphics: we have already knew the HTML Graphics and CSS Graphics. Canvas API What it is: The

Javascript Graphics Read More »

CSS graphics

CSS Graphics

CSS Graphics The process of creating visual components and effects on web pages using Cascading Style Sheets (CSS) instead of external graphics or images is known as CSS graphics. This method makes use of all the features that contemporary CSS has to offer, such as transforms, animations, gradients, and shadows. Here are a few typical

CSS Graphics Read More »

HTML Graphics

HTML Graphics

HTML Graphics SVG (Scalable Vector visuals), the HTML5 <canvas> element, and CSS are some of the technologies used for creating visuals in HTML. An outline of each technique’s basic application in creating graphics is provided below: We have already knew the HTML Image and their attributes. SVG(Scalable Vector Graphics) SVG is a markup language for

HTML Graphics Read More »

different types of menu using html, css and javascript

Different types of Menu using HTML, CSS and Javascript

Different types of Menu using HTML, CSS and Javascript Here, we are going to learn about different types of menu using html, css and javascript. The different types of menu are following as below. 1.Simple Navigation Menu 2.Dropdown Menu 3.Side Navigation Menu 4.Toggle Menu (Mobile friendly) We have already seen different types of form using

Different types of Menu using HTML, CSS and Javascript Read More »

HTML Quotations, citations and Comments

HTML Basics: HTML Quotations, Citations and Comments

HTML Quotations, Citations and Comments. Here, we are discussing HTML Quotations, Citations and Comments. blockquotes, inline quotes and citation are parts of Quotation in HTML. Sing-line line comments and multi-line comments are parts of Comments in HTML. We have already discussed about HTML paragraph, Style and Formatting. HTML Quotations The <blockquote> and <q> elements are

HTML Basics: HTML Quotations, Citations and Comments Read More »

Scroll to Top