Internal CSS
Internal CSS ~10 mins

Internal CSS

 <head>
<style>
h1 {
color: green;
}
</style>
</head>
<body>
<h1>Hello world!</h1>
</body>