Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2025/07/10 14:59] rtystgeekeplayground:playground [2025/07/21 14:21] (current) rtystgeeke
Line 1: Line 1:
 +====== PlayGround ======
 <html> <html>
-<body>+<svg height="100"><circle cx="10 cy="10" r="100" fill="blue" stroke="black" stroke-width="5" /> 
 +<text x="100" y="110" font-size="20" text-anchor="middle" fill="white">Hello!</text> 
 +</svg></html> 
 +<barcode type="QRCODE" value="https://www.powerracingseries.org" />
  
-<h1>My first SVG</h1> 
- 
-<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"> 
-  <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" /> 
-</svg> 
- 
-</body> 
-</html>