10/2. feladat megoldása


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE svg PUBLIC "-//W3//DTD SVG 1.1//EN"
	"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg xmlns= "http://www.w3.org/2000/svg"
     xmlns:xlink= "http://www.w3.org/1999/xlink"
     version="1.1" width="200" height="200">

<text style="font-family: 'Comic sans MS';
             font-size: 40;
             text-decoration: underline;
             font-style: italic;
             fill: yellow; stroke: blue;" x="10" y="60">
Ha-ha-ha
</text>

</svg>