Getting started
Headings
Anchors and hyperlinks
Tables
Input control elements
Sectioning elements
Lists
Comments
IFrames
Text formatting
Classes and IDs
Images
Linking resources
Selection menu controls
Output element
Content Languages
Doctypes
Forms
Canvas
Data attributes
SVG
Meta information
Void elements
Div element
Label element
Marking up source code
Media elements
Tabindex
ARIA
Global attributes
Marking-up quotes
Include JavaScript in HTML
Image Maps
Using HTML with CSS
Progress element
Character entities
Paragraphs
HTML 5 cache
Embe
Navigation bars
HTML event attributes
Contributors

SVG

suggest change

Introduction

SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web

The HTML <svg> element is a container for SVG graphics.

SVG has several methods for drawing paths, boxes, circles, text, and graphic images.

Remarks

SVG is an XML-based language for creating scalable vector images. It can be written directly into an HTML document or embedded from external SVG files. Inline SVG can be restyled and modified using CSS and JavaScript respectively.

Browser support for SVG varies, but can be ascertained here.

For more comprehensive information, see the SVG documentation.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents