Inline CSS for Styling
• Introduce inline CSS and how to style elements:
Example:
style="background-color: pink;"
h style="background-color: lightblue;" Heading with a Light Blue Background
p style="font-family: 'Courier New';" This font is Courier New.
p style="font-family: 'Lucida Sans';" This font is Lucida Sans.
p style="text-align: center;" This text is centered.