Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. Indent the first line of text with different values: div.a { text-indent: 50px; } div.b { text-indent: -2em; } div.c { text-indent: 30%; } Try it Yourself » Definition and Usage. The text-indent property specifies the indentation of the first line in a text-block. Note: Negative values are allowed.

    • Tryit Editor V3.3

      The W3Schools online code editor allows you to edit code and...

    • Demo ❯

      CSS text-indent Previous. Next Demo of the different values...

    • Text-Shadow

      W3Schools offers free online tutorials, references and...

    • Text Spacing

      Text Indentation. The text-indent property is used to...

  2. Text Indentation. The text-indent property is used to specify the indentation of the first line of a text: Example. p { text-indent: 50px; } Try it Yourself » Letter Spacing. The letter-spacing property is used to specify the space between the characters in a text.

  3. 13 Ιουν 2024 · The text-indent CSS property sets the length of empty space (indentation) that is put before lines of text in a block.

  4. 18 Σεπ 2023 · In this blog post, we’ll explore different ways to create indents in HTML – from using CSS properties like ‘text-indent’, adding non-breaking spaces with ‘ ‘, to employing ‘padding’ and ‘margin’.

  5. 14 Οκτ 2024 · Text indentation in an HTML document sets the length of empty white space before lines of text in a block, typically marking the beginning of a paragraph. Proper indentation can enhance the readability and layout of your web content. Here, we will explore several common approaches for text indentation using CSS.

  6. 2 Οκτ 2013 · You should use a CSS class to indent the paragraph that you want to indent, using text-indent otherwise it could effect other paragraphs on the page, like so: the html: <p class="indented"> text </p>

  7. 30 Μαΐ 2017 · The text-indent property specifies how much horizontal space text should be moved before the beginning of the first line of the text content of an element. Spacing is calculated from the starting edge of the block-level container element.

  1. Γίνεται επίσης αναζήτηση για