Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
p
{
text-align
:
center
;
color
:
green
;
}
<
/style
>
<
/head
>
<
body
>
<
p
>
welcome to wikitechy.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> p{ text-align: center; color: green; } </style> </head> <body> <p>welcome to wikitechy.</p> </body> </html>
Result