<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<style>
html,body,h1,h2,h3,h4,h5,h6 {
font-family: "Comic Sans MS", cursive, sans-serif;
}
</style>
<body>
<div class="w3-container">
<h1>Norway</h1>
<p>Norway has a total area of 385,252 square kilometres and a population of 5,213,985 (May 2016).
The country shares a long eastern border with Sweden.
Norway is bordered by Finland and Russia to the north-east,
and the Skagerrak Strait to the south, with Denmark on the other side.
Norway has an extensive coastline, facing the North Atlantic Ocean and the Barents Sea.</p>
</div>
</body>
</html>