Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy HTML style Attribute
<
/title
>
<
/head
>
<
body
>
<
h1
style
="color:blue;text-align:center;"
>
Welcome to wikitechy.com
<
/h1
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy HTML style Attribute</title> </head> <body> <h1 style="color:blue;text-align:center;">Welcome to wikitechy.com </h1> </body> </html>
Result