How to add tab spacing in HTML 5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to add tab spacing in HTML 5?

26th Apr 2021, 11:59 AM
Sethu Priya
Sethu Priya - avatar
4 Answers
+ 4
And space may help..   Better use css
26th Apr 2021, 12:06 PM
Aditya
Aditya - avatar
+ 4
The   character entity used to denote a non-breaking space which is a fixed space. This may be perceived as twice the space of a normal space. It is used to create a space in a line that cannot be broken by word wrap. The   character entity used to denote an ‘en’ space which means half point size of the current font. This may be perceived as twice the space of a normal space. The   character entity used to denote an ’em’ space which means equal to the point size of the current font. This may be perceived as four times the space of a normal space. You can also use css for example: Margin-left or margin-right properly Or tab properly Thanks https://code.sololearn.com/WNITlfv0GFAL/?ref=app
26th Apr 2021, 12:16 PM
Matias
Matias - avatar
+ 2
Sethu Priya J Instead of adding so many   use margin in CSS.
26th Apr 2021, 3:02 PM
A͢J
A͢J - avatar
+ 1
Okay..Thanks for the replies..
26th Apr 2021, 3:09 PM
Sethu Priya
Sethu Priya - avatar