I would like the text of this photo to appear neatly and clearly underneath each other on the page, how do I ensure that I can apply this in the CSS?
I know what to do but I’m stuck. Can someone explain it to me? Thank you in advance!
I would like the text of this photo to appear neatly and clearly underneath each other on the page, how do I ensure that I can apply this in the CSS?
I know what to do but I’m stuck. Can someone explain it to me? Thank you in advance!
2
Answers
If you want the Monday, Tuesday, … text to appear as a list, write them as list items (
<li>
) inside an unordered list (<ul>
), or add a line break<br>
where you want to push the text to a new line.Just use a table. It is tabular data