HTML

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 »

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 »

HTML Introduction

HTML Introduction What is HTML? HTML, or HyperText Markup Language, is the standard markup language used to create web pages. It provides the structure and content of a webpage by using a system of tags and attributes to define elements and their properties. HTML documents are interpreted by web browsers to display text, images, multimedia,

HTML Introduction Read More »

Scroll to Top