When I make paragraphs I want them to be as easy as possible to read and to understand quickly. Unfortunately though my paragraphs end up something like this:
00000000000000000000000000
0000000000000000000000000
0000000000000000000000000000
000000000000000000000000000
0000000000000000000000000
00000000000000000000000000
000000000000000000000000
000000000.
When the ideal would be like this:
000000000000000000000
00000000000000000000000
00000000000000000000000
00000000000000000000000
00000000000000000000000
00000000000000000000000
000000000.
What are some techniques I could use in html and css to make my ideal come true? What do you usually do?
To achieve your “ideal” output, you can use something like this:
However, you should absolutely do some research on typography before you decide that this is the one-size-fits-all solution to your problems. Readability has a lot of factors (font size, family, color, background, line-height, width of content, etc.) and I’d be surprised if justified text alignment is part of the recipe.