Skip to main content

SVG Elements in HTML

  • w3SVG Text
  • I love SVG
  • Several lines: First line. Second line. Sorry, your browser does not support inline SVG.
  • SVG with an <a> element and <text> element (from w3TryIt SVG Text 5:

    I love SVG! Sorry, your browser does not support inline SVG.
    <svg height="30" width="200" xmlns:xlink="http://www.w3.org/1999/xlink">
    	<a xlink:href="https://www.w3schools.com/graphics/" target="_blank">
        	<text x="0" y="15" fill="red">I love SVG!</text>
      	</a>
      	Sorry, your browser does not support inline SVG.
    </svg>

Comments

Popular posts from this blog

CSS Animation and Movement Effects

List of documentation with examples from w3schools.com: CSS 3 transition Property The transition property is a shorthand property for: transition-property transition-duration transition-timing-function transition-delay Note:  Always specify the transition-duration property, otherwise the duration is 0s , and the transition will have no effect. CSS Animations tutorial from W3 Schools

YouTube Video: Building products with NetBSD: Thin-clients by Stephen Borrill

Build a thin client using NetBSD