Page 437 - Webapplication11_C11_Flipbook
P. 437
</body>
</html>
Note to students: Students are encouraged to add images and other effects taught in the book.
2. HTML website with External style sheet for Hobby Club.
Index.html
<html>
<head>
<title>Hobby Club</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Hobby Club</h1>
<b>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="activities.html">Activities</a></li>
</ul></b><br><br><br>
<h2>Welcome to the Hobby Club!</h2><br>
<p>We are a group of people who love exploring and pursuing various hobbies.
Our club provides a platform for members to share their interests, learn new
skills, and make new friends.</p>
<br><br>
<p>Whether you are interested in art, music, sports, or any other hobby, you
are welcome to join us and be a part of our community.</p>
<br><br>
<p>Stay tuned for our upcoming events and activities!</p><br><br>
<p class="footer">Happy Reading!</p>
</body>
</html>
Projects 435

