SVG Text
<!DOCTYPE html> <html> <body> <svg viewBox='0 0 200 80'> <rect x='0' y='0' width='200' height='80' fill='#f4f4f8'/> <text x='20' y='45' font-size='24' fill='#1f2937'>Hello, SVG!</text> </svg> </body> </html>
<!DOCTYPE html> <html> <body> <svg viewBox='0 0 200 80'> <rect x='0' y='0' width='200' height='80' fill='#f4f4f8'/> <text x='20' y='45' font-size='24' fill='#1f2937'>Hello, SVG!</text> </svg> </body> </html>