Jump to content

Extraneous  "_"  underscore after Button


vmars316

Recommended Posts

Hello & Thanks ,

In the code below , I am getting an extraneous  "_"  underscore after each "Button" . 

Pls , how can I avoid this ? 

Thanks

<!DOCTYPE html>
<html>
<head>
<title>Previous-Next-Buttons-NoCss</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2>Previous-Next-Buttons-NoCss-W3invision.html</h2>

<p style="text-align:center">
  <br>  <br>  
 <a href="Previous-Next-Buttons-NoCss-01.html"> <input type="button" value="Previous-Next-Buttons-NoCss-01.html" /> </a>
&nbsp; &nbsp <a href="Previous-Next-Buttons-NoCss-02.html"> <input type="button" value="Previous-Next-Buttons-NoCss-02.html" /> </a>
&nbsp; &nbsp <a href="Previous-Next-Buttons-NoCss-03.html"> <input type="button" value="Previous-Next-Buttons-NoCss-03.html" /> </a>
 <br>  <br>
</p>
  
</body>
</html> 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...