I want to make some clickable links with GWT. I’m not sure if this is the best practice for it. Basically I want something that similar like this if I would’ve written with html
<a href="index.html" alt="">Link</a>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a Hyperlink if you want to “link to some place” in your app (meaning it fires a History change event).
Use an Anchor if you want to link to a site ouside of your app.