Give an example of CSS inline style of a paragraph with some color and margin on left
Example 1: external css
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css"></link>
</head>
<body>
Example 2: basic css designn elements
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;