--cięcie--
  <body>
    <svg width="600" height="600">
      <rect width="95" height="20" x="5" y="5"
        stroke="red" fill="none"></rect>
      <text x="10" y="20" font-family="sans-serif">Witaj, SVG!</text>
    </svg>

    <script src="script.js"></script>
--cięcie--
