0% found this document useful (0 votes)
8 views4 pages

11 Octsol

Uploaded by

manasjaju26
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views4 pages

11 Octsol

Uploaded by

manasjaju26
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Document</title>
<style>
nav {
background-color: #333;
overflow: hidden;
}

nav a {
text-decoration: none;
padding: 10px;
text-align: center;
float: center;
color: blue;

}
h1 {
color: white;
}
footer{
background-color:black;
}
.mark{
color: white;
}
</style>
</head>

<body>
<header>
<nav style="text-align:right">

<a href="#">Home</a>
<a href="#">about us</a>
<a href="#">family gallay</a>
<a href="#">contact</a>
</nav>
</header>
<h2>Our Family's Journey</h2>
<p>welcome to our family album, where we capture and celebrate
moments from our journey through generations. Explore our
stories, memories and connections.</p>

<h2>About our Family</h2>


<p>we are a diverse and loving familly that spans muliple
generation .Our tradition ,value and stories havebeen passed down
through the year.</p>
<table>
<caption>key Family member </caption>
<tr>
<th>Name</th>
<th>Age</th>
<th>Role</th>
</tr>
<tr>
<td>surajmal jaju</td>
<td>65</td>
<td>grandfather</td>
</tr>
<tr>
<td>ajay</td>
<td>40</td>
<td>parent</td>
</tr>
<tr>
<td>manas</td>
<td>18</td>
<td>child</td>
</tr>
</table>
<h2>our Family value </h2>
<ul>
<li><p> Love and Respect </p></li>
<li><p> Unity and Togetherness</p></li>
<li><p> Education and Growth</p></li>
<li><p>Fun and Laughter </p></li>
</ul>
<h2>family gallery</h2>
<img src=""alt="Family photo1" >

<img src="" alt="Family photo2">

<img src="" alt="Family photo3">


<img src="" alt="Family photo4">
<img src="" alt="Family photo5">
<img src="" alt="Family photo6">

<h2> Contact us</h2>


<p>We'd love to hear from you! feel free to reach out with
question ,stories ,or just to say hello.</p>
<form>
<label for="name"> Your Name:</label>
<input type="text" name="" id="name">
<br>

<label for="email "> Your Email:</label>


<input type="email" name="" id="email">
<br>
<label for="message"> Your Message: </label>
<br>
<textarea name="" id="" cols="10" rows="5"></textarea>
<br>
<button>Send Message</button>
</form>
<footer>
<p class="mark">&copy; 2023 my family Album</p>

</footer>
</body>

</html>

You might also like