Uploaded by svcncse0568

19JN1A0583

advertisement
HTML TABLE AND LIST TAGS
Presented by P.Thanush(19JN1A0583)
HTML TABLE TAG






The <table> tag defines an HTML table.
An HTML table consists of one <table> element and one or more <tr>, <th>,
and <td> elements.
<tr> element defines a table row
<th> element defines a table header
<td> element defines a table cell.
An HTML table may also include <caption>, <colgroup>, <thead>, <tfoot>,
and <tbody> elements.
G
HTML LIST TAG
A list tag is used to display the data or any information on web
pages in the ordered or unordered form
Un-ordered HTML List
 An unordered list starts with the <ul> tag. Each list item starts
with the <li> tag.
EXAMPLE OF UN-ORDERED LIST
ORDERED HTML LIST


An ordered list starts with the <ol> tag.
Each list item starts with the <li> tag.
HTML DESCRIPTION LISTS




Description list is a list of terms, with a A description of
each term.
<dl> tag defines the description list
<dt> tag defines the term (name)
<dd> tag describes each term
EXAMPLE OF DESCRIPTION LISTS
G
Thank You
Download