HTML Tags Part 2

 

7.       Tables Tag: -Tables are defined with the <table> tag. a table is divided to rows (with the <TR> tag) and each rows is divided into data cell (with the <TD> tag). The letters TD stand for โ€œtable dataโ€ which is the contain of the data cell. a data cell can contain text, image, list, paragraph, forms, horizontal rules, tables etc.

 

 

 

 

 

Tags

Description

 

 

<table>

Define a table

 

 

<th>

Define a table header

 

 

<tr>

Define a table row

 

 

<td>

Define a table cell

 

 

<caption>

Define a table caption

 

 

<colgroup>

Define a  groups of table columns

 

 

<rowgroup>

Define a  groups of table rows

 

 

<col>

Define the attribute values for one or more column in table

 

 

<thead>

Define a table head

 

 

<tbody>

Define a table body

 

 

<tfoot>

Define a table footer

 

 

 

 

 

8.       Anchor Tag: - HTML use of <a> anchor tag to create a link to another document. An Anchor can point to any resource on the web: a HTML page, an image, a sound files, a movie etc.

9.       List Tag: - There are three list types in HTML:

a.       unordered list โ€” used to group a set of related items in no particular order.
b.       ordered list โ€” used to group a set of related items in a specific order.
c.        description list โ€” used to display name/value pairs such as terms and definitions.

 

 

 

 

 

Tags

Description

 

 

<ol>

Defines an ordered list

 

 

<ul>

Defines an unordered list

 

 

<li>

Defines a list item

 

 

<dl>

Defines a definition list

 

 

<dt>

Defines an item in a definition list

 

 

<dd>

Defines a description of an item in a definition list

 

 

 

 

 

If you have any doubts mention in the Comment Box.

 

Please follow the my Blog, Share and Comment

Comments

Popular posts from this blog

What is Website

Forage Solutions