0% found this document useful (0 votes)
2 views

HTML FILE

The document is an HTML template for a website titled 'NARRATIVE NOOK'. It includes a header with navigation links, a parallax section featuring images, and a story section titled 'A STUDY IN PINK'. Additionally, it links to a CSS stylesheet and a JavaScript file for styling and functionality.

Uploaded by

SHIVAM SINGH
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

HTML FILE

The document is an HTML template for a website titled 'NARRATIVE NOOK'. It includes a header with navigation links, a parallax section featuring images, and a story section titled 'A STUDY IN PINK'. Additionally, it links to a CSS stylesheet and a JavaScript file for styling and functionality.

Uploaded by

SHIVAM SINGH
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,
intial-scale=1.0">
<title> NARRATIVE NOOK </title>
<link rel="stylesheet" href="styles.css" >
</head>
<body>
<header>
<h2 class="logo">Logo</h2>
<nav class="navigation">
<a href="#" class="active">Home <span></span></a>
<a href="#">About <span></span></a>
<a href="#">Service <span></span></a>
<a href="#">contact <span></span></a>
</nav>
</header>

<section class="parallax">
<h2 id="text"> Parallax Website</h2>
<img src="tree-left.png" id="tree-left">
<img src="tree-right.png" id="tree-right">
<img src="gate-left.png" id="gate-left">
<img src="gate-right.png" id="gate-right">
<img src="grass.png" id="grass">
</section>
<section class="sec">
<h2>A STUDY IN PINK</h2>
<p>
THIS IS THE STORY SECTION <br><br>

</p>
</section>
<script src="script.js"></script>
</body>
</html>

You might also like