Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
An interesting question with a crooked formulation, I'll subscribe)
Remove markers or indent to the right and not a single line of css, intrigued
<ul>
<li type="none">1</li>
<li type="none">2</li>
<li type="none">3</li>
<li>4</li>
<li>5</li>
<li>6</li>
</ul>
Let's start with what you need to do and what can you use?
After all, indentation can be obtained with the required number of spaces It's not the prettiest way, but it works.
Those. you can write:
However, this method will only indent the first line. When wrapping a line, it doesn't work (or maybe it should?).
You can use a table:
<table>
<tr>
<td> </td>
<td>Ваш длинный текст, который переносится на другую строку</td>
</tr>
</table>
<blockquote>Текст</blockquote>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question