Advertisements
Advertisements
प्रश्न
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write code for any 4 specifications out of the given 5 specifications:

Specification-1: Title of the web page is "Motivational Books" and the heading of level -1 at the middle of the web page is "Indian Motivational Books".
Specification-2: The caption of the table is "Popular Books in India"
Specification-3: The tabular data of 4 rows and 2 columns is with border size as 2.
Specification-4: The content "R.K.Narayan" is Bold, Italics and Underline.
Specification-5: The image “fdbk.jpg” at the end will give feedback on the email [email protected].
थोडक्यात उत्तर
Advertisements
उत्तर
<HTML>
<HEAD>
<TITLE> Motivational Books </TITLE>
</HEAD>
<BODY bgcolor="orange">
<center>
<h1> Indian Motivational Books </h1>
</center>
<p align=”center”>
Motivational books or speeches create a positive and optimistic impact on
your life. They boost your confidence and help in developing a positive
outlook towards life. Books make you realize how powerful you can be in
your life.
Some of the books Motivational Indian Books and its authors:
</p>
<table border=2>
<caption>Popular Books in India</caption>
<tr>
<td> You are Born to Blossom </td>
<td> Dr APJ Abdul Kalam </td>
</tr>
<tr>
<td> The Monk Who Sold His Ferrari</td>
<td> Robin Sharma </td>
</tr>
<tr>
<td> The Five Steps to Success </td>
<td> Yandamoori Veerendranath
</td>
</tr>
<tr>
<td> Stay Hungry Stay Foolish </td>
<td> Rashmi Bansal </td>
</tr>
</table>
<p>Popular Book in India<br>
Malgudi Days is a collection of short stories by <B> <I> <U> R.K. Narayan
</U> </I> </B> published in 1943.
</p>
<a href="mailto:[email protected]"> <img src="FDBK.jpg"> </a>
</BODY>
</HTML>shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
