Create a link with white space in HTML and CSS

Description

The following code shows how to create a link with white space.

Example


<html>
<body>
<p>Why not visit the<a href="http://www.java2s.com/"> HTML CSS</a>?</p>
</body><!--from   w  w  w. j  ava2 s. c  o  m-->
</html>

Click to view the demo

The code above generates the following result.

Create a link with white space in HTML and CSS