Simple Example of applying css in html document.
<body style="text-align: center;"> <h2 style="color: cadetblue;"> Welcome to HTML Tutorial </h2> <p style="color: cadetblue; font-size: 25px; font-style: italic;"> Example of applying css through style attribute in html document </p> </body>