I have this
<a align="center" href="http://google.com"><b>Google Link<b></b></a>
<a align="center" href="http://yahoo.com"><strong>Yahoo Link</strong></a>
I want this
<b>Google Link Yahoo Link</b>
If anyone know so please help me.
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 either the innerText or textContent property of the A element as appropriate:
All browsers in use support one or the other, some both.
If you want to replace the content of all links with plain text, you could do something like: