Register
×
Name
Email
Mobile
Password
Confirm Password
Register
Already have an account ? Login Now
Login
×
User Id
Password
Login
Forgot Password
Register
Enter email
×
Email
Proceed
OTP
×
Enter OTP
Re-generate OTP
Proceed
Enter new password
×
Enter New Password
Proceed
UPSC Prepration
Login
Dashboard
Home
HTML
CSS
PHP
Socket.io
Wordpress
C++
MySQL
Bitcoin
Firebase
CSS Margin
Call us : +918447469656 or E-mail us : info@w3tpoint.com
Edit & Run »
Result Size:
625 x 571
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
p
{
border
:
1px solid powderblue
;
margin
:
50px
;
}
<
/style
>
<
/head
>
<
body
>
<
h1
>
This is a heading
<
/h1
>
<
p
>
This is a paragraph.
<
/p
>
<
p
>
This is a paragraph.
<
/p
>
<
p
>
This is a paragraph.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> p { border: 1px solid powderblue; margin: 50px; } </style> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html>