Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-Removing-the-underline-from-links-in-HTML]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<body>

<a href="https://www.bookofnetwork.com" style="text-decoration:none">HTML Images</a>

</body>
</html>

Output :