HTML Hyperlinks (Links)
A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document.When you move the cursor over a link in a Web page, the arrow will turn into a little hand.
Links are specified in HTML using the <a> tag.
The <a> tag can be used in two ways:
1.To create a link to another document,ey using the hereof attribute
2.To create a bookmark inside a document, by using the name attribute
so,here i provide some links to get information about HTML.
http://en.wikipedia.org/wiki/HTML
http://www.w3schools.com/html/default.asp
http://www.html.com/
http://www.w3schools.com/html/html_getstarted.asp
HTML IMAGE
HTML Tables
Tables are defined with the <table> tag.
A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). td stands for "table data," and holds the content of a data cell. A <td> tag can contain text, links, images, lists, forms, other tables, etc.
| row 1, cell 1 | HISTORY |
| ORIGIN |
