Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am using VB.Net for my project developing. Now I want to add blank space at the end of each line using HTML code.
So can any one help me out to do this?
there is special symbol for that
<P> my line of text </P>
use as many of those as needed, though is always better to simulate the spaces with CSS like
padding-right:5px;