Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
p
{
border
:
5px solid red
;
}
<
/style
>
<
/head
>
<
body
>
<
p
>
This is some text in a paragraph.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> p { border: 5px solid red; } </style> </head> <body> <p>This is some text in a paragraph.</p> </body> </html>
Result:
Privacy Policy