Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy span tag
<
/title
>
<
/head
>
<
body
>
<
p
>
Welcome to
<
span
style
="color:red"
>
Wikitechy.
<
/span
>
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy span tag</title> </head> <body> <p> Welcome to <span style="color:red">Wikitechy.</span> </p> </body> </html>
Result