by soumali » Tue Sep 15, 2009 6:20 am
button is used in html is of 2 types 1.button used in forms,they are of the form<input type="submit"> 2.<button> tag.The functionality is same. But the <button> tag has better rendering possibilities. As various browsers render the page elements in different styles, the usage of <button> tag gives an edge over input type is you want to make them look better and consistent over many browsers. You can also employ images in button tags.
however text links refer to the href attribute defines reference that the link refers to. Basically this is where the user will be taken if they wish to click this link.Use the <a></a> tags to define the start and ending of an anchor. Decide what type of href attribute you need and place this attribute into the opening tag. The text you place between the opening and closing tags will be shown as the link on a page.
Hypertext references can be Internal, Local, or Global.
•Internal - Links to anchors on the current page
•Local - Links to other pages within your domain
•Global - Links to other domains outside of your site
Web Site Promotions