General HTML Topics
setHomePage Method (homePage)
Example: http://information.com/
<A id=link_homepage onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.pkidd.com');" href="#">Make this your homepage</A>
or
<a href="#" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.information.com');">Make Us Your Homepage</a>
title
attribute can be used with all elements except for base
, basefont
, head
, html
, meta
, param
, script
, and title
, but it isn’t required for any.