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 »

HTML Headings Basics

HTML Headings Basics

HTML Headings The headings of sections on a webpage are defined using HTML Headings. From <h1>to<h6>, there six levels of headings. <h1> is the highest level(or more significant) and <h6> is the lowest level. Headings Explanation Below is a quick synopsis of every heading level: <h1>: This is a page’s primary heading, usually used only

HTML Headings Basics Read More »

Portfolio website using html, css, javascript

Portfolio Website Using HTML,CSS & JavaScript

An amazing method to highlight your abilities, accomplishments, and work history is by building a portfolio website. This is a comprehensive tutorial that will assist you in creating a professional and functional portfolio website: Planning Plan the content and structure of your website before you begin developing it. Choose the sections you wish to include,

Portfolio Website Using HTML,CSS & JavaScript Read More »

Javascript Properties

Javascript Properties

The attributes of JavaScript objects are known as properties. Primitives, objects, functions, and other entities are among the values that they are frequently used to hold. To become proficient at manipulating objects in JavaScript, one must first grasp its attributes. For a detailed summary, see this: Types of Properties Data Properties Value: Contains the property’s

Javascript Properties Read More »

css properties

Basic CSS Properties

Web pages are styled and laid out using CSS (Cascading Style Sheets) attributes. The following lists several popular CSS attributes along with their functions: Basic css properties The basic CSS properties are color, background, box-model, text-positioning, grid-layout and other properties also. we will see the properties briefly here. Color and Background color: Modifies the color

Basic CSS Properties Read More »

Scroll to Top