Page 433 - Webapplication11_C11_Flipbook
P. 433
Projects
#Critical Thinking
#Creativity
HTML #Experiential Learning
1. Simple HTML website for Book Readers Club.
Home.html
<html>
<head>
<title>Readers Club</title>
</head>
<body bgcolor=pink>
<font color=blue>
<h1>Readers Club</h1> </font>
<ul>
<li><a href="books.html">Books</a></li>
<li><a href="Joinus.html">Join Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
<font color=red>
<h2>Welcome to the Readers Club</h2></font>
<p>Our club is dedicated to promoting the love of reading and discussing
books. Join us to share your passion for literature!</p>
<font color=red>
<h3>Upcoming Events</h3></font>
<ul>
<li>Book Discussion: "The Sun Is Also a Star" by Nicola Yoon - April 15</li>
<li>Guest Speaker: Author Chetan Bhagat - May 1</li>
<li>Book Signing: "Someone Like you" by Nikita Singh - May 15</li>
</ul>
<font color=red>
<h3>Featured Book</h3>
<img src="books.jpg" alt="Featured Book" height=15% width=15%><font
color=green>
Projects 431

