Web Courses online

This is an example of how to use embeded style sheet in HTML5. This code is rendered by most web browsers.

====================================================================================================================

The code is accesible here to try out

<html>
<head>
<title> Embeded style sheet </ltitle>
<META NAME="Keywords" CONTENT="Inline style">
<META NAME="Description" CONTENT="CSS Tutorial">
<style type = "text/css">
h2 {font-family:arial,  sans-serif;}
p {font-family:calibri  sans-serif; font-size:14pt;}
.important {color:red;}
</style>
</head>
<body>
<h2 class = "important" Web Courses online </h2>
<p> This is n example of how to use embeded style sheet in HTML5. This code is rendered by most web browsers.</p>
</body>
</html>


For more details, please contact me here.
Date of last modification: March 26, 2019.