<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
h1, h2 { color: #0b5; }
</style>
</head>
<body>
<h1>meetcode</h1>
<h2>Today: CSS practice</h2>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
h1, h2 { color: #0b5; }
</style>
</head>
<body>
<h1>meetcode</h1>
<h2>Today: CSS practice</h2>
</body>
</html>