diff --git a/SVG.md b/SVG.md
index 32b69bb..3447494 100644
--- a/SVG.md
+++ b/SVG.md
@@ -49,9 +49,6 @@ SVG tag is an inline element
## Polygon
## Polyline
## Path
-## Text
-
-- Content of tag is the text
## Styling
@@ -80,6 +77,16 @@ circle {
}
```
+## Text
+
+Content of tag is the text
+
+```xml
+I love SVG!
+```
+
+Can use font-family and font-size CSS styling
+
## Group
- ``