Archives : January-2015

Home » Wikipaged 2

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

Tag

A tag is a set of markup characters that are used around an element to indicate its start and end.  HTML tags are the hidden keywords within a web page that define how the browser must format and display the content. Tags can also include HTML or other code to specify how that element should ..

Read more

Definition The <footer> tag defines a footer for a document or section and typically contains: authorship information copyright information contact information sitemap back to top links related documents You can have several <footer> elements in one..

Read more

Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide ..

Read more