Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
a
href
="https://www.wikitechy.com/"
tabindex
="10"
>
Wikitechy
<
/a
>
<
br
/
>
<
a
href
="https://www.wikitechy.com/angularjs/my-first-application-in-angularjs"
tabindex
="7"
>
Angulatjs
<
/a
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <a href="https://www.wikitechy.com/" tabindex="10">Wikitechy</a><br /> <a href="https://www.wikitechy.com/angularjs/my-first-application-in-angularjs" tabindex="7">Angulatjs</a> </body> </html>
Result