web | basic html

Web Design

Basic HTML page

<!DOCTYPE HTML>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>History of Geology</title>
    <link rel="icon" type="image/ico" href="favicon.ico">
    <link rel="stylesheet" href="style.css">
</head>
<body> 

<p>Hello World!</p>

</body>
</html>