Difference between revisions of "User:Yb30"
Line 6: | Line 6: | ||
− | < | + | <html> |
− | + | <head> | |
+ | <style> | ||
+ | p { | ||
+ | text-align: center | ||
+ | } | ||
+ | #ourParagraph { | ||
+ | border-style: solid; | ||
+ | padding: 30px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <p id="ourParagraph" >Hello World</p> | ||
+ | </body> | ||
+ | </html> | ||
</center> | </center> |
Revision as of 10:26, 22 February 2022
YB30's Wiki
Change the user count if you have visited this page for your first time.
1
<html>
<head> <style> p { text-align: center } #ourParagraph { border-style: solid; padding: 30px; } </style> </head> <body>
Hello World
</body>
</html>