<!DOCTYPE html>
<html>

  <head>
  <style type="text/css">
    h1{
		color: red;
		font-style: italic; 
	  }
  </style>
  </head>

  <body>
    <h1>Hello Everyone!</h1>
  </body>

</html>
This is to show how Internal CSS works.