ANSWERS: 2
-
Like this: <A HREF="webpage.htm" STYLE="TEXT-DECORATION:NONE"> Click Here </A>
-
If you are familiar with using css use an external stylesheet (name it styles.css) and the following css: a { text-decoration: none; } Then in the head section of your html file link to the css file: <link rel="stylesheet" type="textcss" href="styles.css" /> The advantage is that this code will re-style all links and you dont have to apply inline CSS to every link on your web page.
Copyright 2023, Wired Ivy, LLC

by 