Page 97 - Code Craft Computer-7
P. 97
<TD>Pride and Prejudice</ TD>
<TD>Jane Austen: Classic Literature</TD>
</TR>
<TR><TD>The Da Vinci Code</ TD> <TD> Dan Brown: Thriller, Mystery</TD> </TR>
<TR><TD>Harry Potter and the Sorcerer's Stone</TD> <TD>J.K.Rowling: Fantasy</ TD> </TR>
</TABLE></BODY></HTML>
Inserting Images in a Table
You can also insert an image in a table cell. Let us understand it with the help of the following
activity.
Flashback Time
¨ A list is the most efficient way of presenting information in a precise manner and helps in
making important points standout more clearly.
¨ The ordered list is used to display the list of items in a specific order.
¨ An unordered list is used when the items are not to be displayed in any particular sequence.
¨ The <li> tag is used to display the list of items contained in any of the two list types, i.e.,
unordered and ordered list.
¨ The reversed attribute of <ol> tag is used to specify the list order in the descending order.
¨ A nested list is a list inside any other list.
¨ A description list consists of a term followed by its definition and is used to present a glossary,
list of terms, or other name/value lists.
¨ Tables are an attractive way of presenting information in the form of rows and columns.
97

