Editor
Download
Open
Auto Run
<!DOCTYPE html> <html> <head> <title>HTML span tag</title> </head> <body> <p>This example represent <span style="color:#ffcc00;">span element</span>.</p> </body> </html>
Preview