I have Created a Webpage Demonstrating the use of CSS Properties
<title>Internal CSS</title> <style> body { background-color: yellow; } h1 { color: blue; text-align: center; } p { color: red; font-size: 18px; } </style>This paragraph is styled using Internal CSS.