Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This is some text.
<
/p
>
<
center
>
This text will be center-aligned.
<
/center
>
<
p
>
This is some text.
<
/p
>
<
p
>
The center element is not supported in HTML5. Use CSS instead.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This is some text.</p> <center>This text will be center-aligned.</center> <p>This is some text.</p> <p>The center element is not supported in HTML5. Use CSS instead.</p> </body> </html>
Result:
Privacy Policy