Archives : January-2015

Home » Wiki

The <table> tag defines an HTML table. An HTML table consists of the <table> element and one or more <tr>, <th>, and <td> elements. <tr> a table row <th> a table header <td>  a table cell.   A more complex HTML table may also include: <caption> <colgroup> column group <col> column properties within a <colgroup> ..

Read more

Navigation refers to the system that allows visitors to a website to move around that site. Navigation is most often thought of in terms of menus, but links within pages, breadcrumbs, related links, pagination, and any other links that allow a visitor to move from one page to another are included in navigation. There are ..

Read more