how can I remove underline text in my code ?
Use text-decoration : none ; tag in your CSS file or style code .
text-decoration : none ;
style
Give your tag, css property:
text-decoration: none;
Just use in your css
a { text-decoration: none; }
try implementing this in your css file or <style> tag
<style>