VOOZH about

URL: https://www.geeksforgeeks.org/css/css-first-line-selector/

⇱ CSS ::first-line Selector - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

CSS ::first-line Selector

Last Updated : 29 Aug, 2024

The ::first-line selector in CSS is used to apply style to the first line of a block-level element. The length of the first line depends on many factors, including the width of the element, the width of the document, font-size of the text, etc. 

Syntax:

::first-line {
//CSS Property
}

Example:

Output:

👁 firstline

Supported Browsers: The browser supported by ::first-line selector are listed below:

  • Apple Safari 1.0
  • Google Chrome 1.0
  • Edge 12.0
  • Firefox 1.0
  • Opera 7.0 
Comment
Article Tags: