Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML span tag</title> </head> <body> <p>Here is some <span style="color:red;">different</span> text.</p> </body> </html>