8.3k views
4 votes
Remove hyperlink from the word blockchain.

a) True
b) False

User Philisha
by
8.7k points

1 Answer

1 vote

Final answer:

The correct answer is b) False. To remove a hyperlink from a word, you can use the removeAttribute method in JavaScript or the HTML unlink attribute.

Step-by-step explanation:

The correct answer is b) False.

To remove a hyperlink from a word, you can use the removeAttribute method in JavaScript or the HTML unlink attribute. The word 'blockchain' can be wrapped in an <a> tag with an href attribute to create a hyperlink. To remove this hyperlink, you would need to modify the HTML or JavaScript code accordingly.

User George Antonakos
by
8.1k points