📌  相关文章
📜  如何使用 CSS 将段落元素的最后一行向右对齐?

📅  最后修改于: 2021-08-30 12:46:53             🧑  作者: Mango

在本文中,我们将使用 CSS 属性设置最后一个段落元素的对齐方式。要将最后一段的对齐方式设置为右对齐,我们使用 CSS text-align-last 属性。

text-align-last 用于在换行符之前设置段落的最后一行。换行可能是由于段落的自然结束,也可能是由于使用了
标签。 text-align-last 属性设置在应用了 text-align-last 属性的元素中出现的所有最后一行的对齐方式。例如,如果将 text-align-last 属性应用于

元素,则

元素的所有最后一行都将受到 text-align-last 属性的影响。

句法:

text-align-last: right

例子:

HTML


  

    
        How to align last line of a
        paragraph element to the
        right using CSS?
    
  
    

  

    

GeeksforGeeks

       

        How to align last line of a         paragraph
element to the         right using CSS?     

         

        Cascading Style Sheets, fondly referred         to as CSS, is a simply designed language         intended to simplify the process of making         web pages presentable. CSS allows you to         apply styles to web pages. More importantly,         CSS enables you to do this independent of         the HTML that makes up each web page.     

     


输出:

支持的浏览器: text-align-last 属性支持的浏览器如下:

  • 谷歌浏览器 47.0
  • 互联网浏览器 5.5
  • 火狐 49.0, 12.0 -moz-
  • 歌剧 34.0