How to add tab spacing in HTML 5? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

How to add tab spacing in HTML 5?

26th Apr 2021, 11:59 AM
Sethu Priya
Sethu Priya - avatar
4 Respostas
+ 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