Skip to content
Fix Code Error

Tab space instead of multiple non-breaking spaces (“nbsp”)?

March 13, 2021 by Code Error
Posted By: Anonymous

Is it possible to insert a tab character in HTML instead of having to type   four times?

Solution

It’s much cleaner to use CSS. Try padding-left:5em or margin-left:5em as appropriate instead.

Answered By: Anonymous

Related Articles

  • In CSS Flexbox, why are there no "justify-items" and…
  • Does bootstrap have builtin padding and margin classes?
  • How do I include certain conditions in SQL Count
  • Active tab issue on page load HTML
  • Generate a random point within a circle (uniformly)
  • Issue with iron-ajax request
  • easiest way to extract Oracle form xml format data
  • Drop-down menu that opens up/upward with pure css
  • Is CSS Turing complete?
  • How many files can I put in a directory?

Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.

Post navigation

Previous Post:

How can I determine the URL that a local Git repository was originally cloned from?

Next Post:

How do you get a timestamp in JavaScript?

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Get code errors & solutions at akashmittal.com
© 2022 Fix Code Error