how does spacing work in coding with html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how does spacing work in coding with html

spacing

26th Jun 2016, 10:04 PM
Nyjel
Nyjel - avatar
2 Answers
0
The best thing to do if you want to know about how paddings and margins work is to search for an article that explains the box-model in html documents. And remember that you should control all spacing through CSS.
27th Jun 2016, 12:04 AM
ZinC
ZinC - avatar
0
in html you can use <pre> your text can be add more space and enter or break space</pre> . if you used css. p {letter-spacing: 15px ; } or p {word-spacing: 15px ; }
27th Jun 2016, 3:02 AM
suhendra fajrianor
suhendra fajrianor - avatar