<!doctype html> <html> <head> <meta charset="utf-8" /> <title>Inline Style</title> <style> h1 { color: blue } p { font-size: 1.5em; } </style> </head> <body> <h1>Introduction to CS</h1> <p>The following courses are provided by the Department of Computer Science. </p> </body> </html>