Using SVG in a web page 

<html>
  <body>

    <svg viewBox="0 0 800 250">
      
    </svg>

  </body>
</html>