Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
type
="text/css"
>
.center
{
text-align
:
center
;
}
<
/style
>
<
/head
>
<
body
>
<
div
class
="center"
>
<
h1
>
Education is different with Wikitechy
<
/h1
>
<
p
>
Wikitechy wants to reshape the education.
<
/p
>
<
/div
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style type="text/css"> .center { text-align:center; } </style> </head> <body> <div class="center"> <h1>Education is different with Wikitechy</h1> <p>Wikitechy wants to reshape the education.</p> </div> </body> </html>
Result