Home » Tutorials hyphenate-lines property Tutorials Author admin Reading 1 min Views 556 Published by August 20, 2011 Modified by August 20, 2024 Contents Definition and UsageSyntaxExamplesDefinition and Usage This property indicates the maximum number of successive hyphenated lines in an element. In some cases, user agents may not be able to honor the specified value. The ‘no-limit’ value means that there is no limit. Name: hyphenate-lines Value: no-limit | <integer> Initial: no-limit Applies to: all elements Inherited: yes Percentages: N/A Media: visual Computed value: specified value Syntax hyphenate-lines: no-limit | <integer> ; Examples view source print? 1 .class { 2 hyphenate-lines: 5; 3 }