I came to know that is rendered differently in web browsers. Is there a better way to add a space in a HTML file?
Use CSS instead by adding padding-left or margin-left.
padding-left
margin-left
You may use span tag.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Use CSS instead by adding
padding-left
ormargin-left
.You may use span tag.